Skip to content

Files

Latest commit

10f39f1 · Oct 13, 2024

History

History
This branch is 1 commit ahead of, 169 commits behind Aryan-Chharia/Computer-Vision-Projects:main.

Rock-Paper-Scissor-Game

Rock-Paper-Scissors Game with Hand Tracking

Overview

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.

Features

  • 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.

Requirements

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