This is a simple Rock, Paper, Scissors game written in Python. It allows you to play against the computer in the terminal.
- Run the Python script
game.py. - Type
rock,paper, orscissorsto make your choice. - Type
qto quit the game.
- Play against the computer.
- Includes a basic logic system for determining the winner.
- Press
qto exit the game.
- Clone this repository:
git clone https://github.com/M77Rahman/rock-paper-scissors.git