Skip to content

sachingoray/Game-scissors-paper-rock-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game 🎮✂️📄🪨

A simple Python implementation of the classic Rock, Paper, Scissors game where you play against the computer.
The computer makes a random choice, and the winner is decided based on the traditional rules:

  • Rock crushes Scissors 🪨✂️
  • Scissors cut Paper ✂️📄
  • Paper covers Rock 📄🪨

Features ✨

  • Play against the computer.
  • Handles invalid inputs (asks again if you type something wrong).
  • Keeps looping until you decide to quit.
  • Fun messages for each outcome.

How to Run ▶️

1. Clone this repository

git clone https://github.com/your-username/rock-paper-scissors.git
cd rock-paper-scissors


## 2. How to run the game
python3 game.py

###3. game interface
****************************************
lets See who comes to the top   :)
****************************************

Select an option Rock , Paper , Scissors : rock
player: rock
computer: scissors
you are amazing, you win!!

press 'q' to quit or press any other key to continue ::

About

A Python-based Scissors-Paper-Rock game where users play against the computer. Features random computer moves, simple game logic, and interactive command-line interface for learning and fun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages