This is a Python project that implements a console-based Rock Paper Scissors game where the user plays against the computer.
-
Select a Level: The game offers three levels of difficulty:
- Level 1: Both the player and the computer make their signs, and the results are final.
- Level 2: If the user wins the first try, the computer gets to change its pick, and a second verdict of results is generated. The winner of this second round is the final winner.
- Level 3: If the user wins the first try, the computer gets to try again two more times. The final winner is determined after these additional rounds.
-
Make Your Move: Choose between Rock, Paper, or Scissors.
-
View Results: The game will display the results based on the rules of the selected level.
- Clone the repository:
git clone https://github.com/RelCode/practice.git
- Navigate to the project directory:
cd practice > python > rps
- Run the game:
python game.py
- Python 3.x
- Lebo Nkosi
Enjoy playing Rock Paper Scissors!