This is a simple Python implementation of the classic "Rock, Paper, Scissors" game. The game allows the player to choose between rock, paper, and scissors, and the computer randomly picks one of the three options. The game then determines the winner and displays the result.
- Menu system: User can select from three choices with emojis.
- Random computer choice: The computer randomly selects rock, paper, or scissors.
- Game results saving: Results are saved to a text file, including choices and outcomes.
- Exit option: The game ends when the user chooses to exit.
- Clone the repository or download the files.
- Run the
Roshambo.py
script in Python. - Follow the on-screen instructions to play the game. Choose between:
- 1: Rock 🪨
- 2: Paper 📄
- 3: Scissor ✂️
- To exit the game, enter
0
.