This Street Fighter game is adopted for b4j from here
Demo video:
Libraries needed:
pygame
numpy
opencv-python
place Fighter.py in Lib and asset folder in Objects
code:
import math
import pygame
from pygame import mixer
import cv2
import numpy as np
import os
import sys
from Fighter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.