H

Hand Tracking Pong Game

This is a simple Pong game where you can control the paddles using hand gestures detected by a webcam. The game is built using OpenCV and the cvzone library for hand tracking.

3
H

Hand Tracking Pong Game

This is a simple Pong game where you can control the paddles using hand gestures detected by a webcam. The game is built using OpenCV and the cvzone library for hand tracking.


The problem Hand Tracking Pong Game solves

1.Real-time hand tracking for paddle control.
2.Score tracking.
3.Game over screen with final score.
4.Easy-to-use controls.

How to Play
1.Launch the game by running pong_game.py. 2.Use your hands to control the paddles. 3.Hit the ball to score points. 4.The game ends when the ball goes out of bounds. 5.Press 'r' to restart the game and 'q' to quit.

Controls
1.Left Hand (Player 1): Control the left paddle.
2.Right Hand (Player 1 or Player 2): Control the right paddle.
3.'r': Restart the game.
4.'q': Quit the game.

Discussion