A beginner-friendly Python command-line Rock Paper Scissors game.
- Input validation
- Scoring system
- Play again / quit option
- Fun ASCII art and emoji output
- Written with clear code and comments
- Make sure you have Python installed.
- Download or clone this repository.
- Open terminal / command prompt.
- Run:
- Python 3.x
- Built-in modules only (
random,time)
This is a small project to practice:
- Loops & conditionals
- Dictionaries
- Functions
- ASCII art and emoji in terminal
- User input handling
Enjoy playing!