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 📄🪨
- 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.
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 ::