Ash-codes18 /
Rock-Paper-Scissors
A python based rock paper scissor game.
37/100 healthLoading repository data…
SurajKumarpandey001 / repository
A Python-based Rock Paper Scissors game controlled by hand gestures using OpenCV and cvzone. The game detects hand gestures for Rock, Paper, and Scissors, tracks scores, and compares against an AI. Features a timer, custom background, and intuitive UI. Press 'S' to start the game.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An interactive Rock-Paper-Scissors game where you play against an AI using just your hand gestures! Built with Python, OpenCV, and the cvzone.HandTrackingModule.
git clone https://github.com/SurajKumarpandey001/Rock-Paper-Scissor-Game cd rock-paper-scissors-gesture
Install Dependencies Make sure you have Python 3.7+ installed. pip install opencv-python cvzone numpy
Add Resources Download and add the following files to the Resources/ folder: BG.png – The main game background 1.png, 2.png, 3.png – AI gesture images (Rock, Paper, Scissors)
📁 Your folder structure should look like this: rock-paper-scissors-gesture/ ├── Resources/ │ ├── BG.png │ ├── 1.png │ ├── 2.png │ └── 3.png ├── main.py └── README.md
🚀 Run the Game python main.py
Press S to start a round. After a 3-second countdown, show your hand gesture to play against the AI!
🤖 AI Move Logic The AI move is randomly selected from Rock, Paper, or Scissors. 🧠 Hand Detection Logic fingersUp() method checks which fingers are raised. Based on the pattern, it maps to: [0, 0, 0, 0, 0] → Rock [1, 1, 1, 1, 1] → Paper [0, 1, 1, 0, 0] → Scissors
👨💻 Author Your Name – @Suraj Kumar
⭐️ Show Your Support If you like this project, give it a ⭐️ and consider sharing it! Feel free to fork and improve it with new features like: Multiple rounds Gesture customization Multiplayer support
Selected from shared topics, language and repository description—not editorial ratings.
Ash-codes18 /
A python based rock paper scissor game.
37/100 healthallingeek /
A Python based genetic algorithm for playing rock, paper, scissors. Includes a few links to interesting material on the subject.
41/100 healthnishayadav05 /
This is simple logic building project .Developed a python-based Rock Paper Scissors game using randomization and conditional logic.
36/100 healthYan0301 /
A Python-based Playwright scraper to batch-extract suspension part data (brand, part number, price, etc.) for any make/model/year from RockAuto’s online catalog. Fully resumable, robust, and CSV-friendly.
67/100 healthstudent-codingworld /
This repository, CODSOFT, showcases a collection of projects I developed as an intern at CODSOFT COMPANY. It includes various Python-based applications such as: Calculator, To-Do-List, Rock-Paper-Scissors Game and Password Generator tools
36/100 healthankita34359 /
This repository contains a Python-based Rock, Paper, Scissors game. Players can compete against the computer, with the game logic determining the winner based on the classic rules of the game.
29/100 health