This is a simple Rock-Paper-Scissors game implemented using OpenCV and Mediapipe for hand tracking. Players can use hand gestures to play the game against the computer. The game starts when the player presses the 'S' key.
- Real-Time Hand Tracking: Utilizes Mediapipe to detect hand gestures for rock, paper, and scissors.
- Interactive Gameplay: Players can play against the computer, which randomly chooses its move.
- Visual Feedback: The game provides visual feedback on the player's gesture and the result of the round.
To run this game, you need to install the following Python libraries:
opencv-python
mediapipe
cvzone
You can install the required libraries using pip:
pip install opencv-python mediapipe cvzone