This is an advanced Rock Paper Scissors game written in Python.
- Basic mode: Rock, Paper, Scissors
- Advanced mode: Rock, Paper, Scissors, Lizard, Spock
- Score tracking
- Multiple rounds
- Clean text-based gameplay
- Run the Python file
rps.py - Choose basic or advanced mode
- Type your move when prompted
- Play as many rounds as you like
This project was made to learn Python and GitHub step by step.