A simple command-line Rock Paper Scissors game developed in Python. This project demonstrates basic programming concepts such as user input handling, conditional logic, and random choice generation.
- User-friendly command-line interface
- Player vs Computer gameplay
- Randomized computer choices
- Basic input validation
- Clear game outcome announcements
- Run the Python script.
- When prompted, Enter your choice (r for Rock, p for Paper, s for Scissor):
- The computer will randomly select its choice.
- The winner will be displayed based on the classic Rock-Paper-Scissors rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- Optionally, play again or exit the game.
- Python 3.x
python main.py