A simple and fun terminal-based Rock, Paper, Scissors game written in Python!
Play against the computer, track your score, and enjoy colorful outputs using the colorama
module.
- Real-time Rock, Paper, Scissors gameplay
- Randomized computer choices
- Live score tracking: Wins, Losses, Ties
- Colorful feedback using Colorama
- Graceful exit with final score display
๐ Controls
- r for Rock
- p for Paper
- s for Scissors
- q to Quit
๐ธ Example Output
Welcome to the Rock, Paper or Scissors game!
Press 'q' to quit the game.
Rock, Paper or Scissors? (r/p/s): r
You chose Rock
Computer chose Paper
You lost!
Scores: Wins-0 | Losses-1 | Ties-0
๐ก Tips
- Use r, p, or s to play and get scores after every round
- Press q anytime to quit and see final scores