A simple terminal version of the classic game Rock, Paper, Scissors, built in Python. Offers multiple game modes, emoji-based output, and (hopefully) a satisfying user experience.
Seรกn Harkin
- Replayable game loop
- โ๏ธ Emoji icons for each move
- Two game modes:
- Best of 3
- First to 3 wins
- Input validation for both moves and game mode selection
- Readable layout with simple comments
- Pacing and delays for better feel
- Have Python 3 installed.
- Clone this repository or download the
.pyfile. - Run the game from your terminal:
python rock_paper_scissors.py