A simple and fun Rock Paper Scissors game made using Python.
Play against the computer and see if you can beat it! 💻🎮
- Random computer choices using
random.choice() - User input with validation
- Replay and quit options
- Clear and simple terminal output
Make sure you have Python 3.x installed.
Then open your terminal or command prompt and run:
python rock_paper_scissors.py