This is a simple Rock Paper Scissors game implemented in Python. The player competes against the computer, and the game continues in a loop until the user decides to quit.
- The user chooses one of:
rock,paper, orscissors - The computer randomly selects its move
- The winner is decided based on classic game rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- The result is displayed and the user is prompted to play again
- Clone this repository:
git clone https://github.com/Prerna-Nagpal/Rock-Paper-Scissors-Game.git cd Rock-Paper-Scissors-Game