Gesture Pong is an interactive hand gesture-based version of the classic Pong game, where the player uses hand movements to control the paddle. The game uses OpenCV for video capture, MediaPipe for hand detection, and Pygame for the game display and logic. The objective is to use your hand to move the paddle and hit the ball, aiming to score points while competing against the AI.
python3 -m venv env
source env/bin/activate
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
Once the virtual environment is activated and dependencies are installed, run the main.py script to start the game:
python pingPong.py
Exit the Game: Close the game window not the webcame