Motion Controlled Tekken is a Python project that allows you to play the classic fighting game Tekken 3 using hand gestures captured through a webcam.
This project utilizes OpenCV, a popular computer vision library in Python, to recognize hand gestures in real-time from a webcam feed. By mapping specific hand gestures to in-game actions, such as punching, kicking, blocking, etc., players can control the characters in Tekken 3.
- Real-time hand gesture recognition.
- Mapping of hand gestures to in-game actions.
- Integration with Tekken 3 emulator for gameplay.
- Adjustable sensitivity and accuracy parameters for gesture recognition.
To run the project, follow these steps:
-
Clone the repository:
git clone https://github.com/BharZInstein/motion-controlled-tekken.git
-
Run the main.py file
python main.py