In this project, I will learn how to create a forever-alone pong game for all the lonely people out there. I will first learn how to track hands and then use some images to overlay on our game.
- Can track your hand in real-time
- Can play alone or with a friend
- Clone this repository on your computer
https://github.com/paveldat/pong_game.git - Install all the requirements
run libraries.batorpip install -r requirements.txt - Run the program
python main.py
You might face issue with webcam not showing and you get errors.
To solve it just change the value in this line (for example to 1).
cap = cv2.VideoCapture(0)
Increment this number until you see your webcam.
