A beginner-friendly Python command-line game.
- Random number between 1-100
- Input validation (handles non-numeric input)
- Attempts count
- Play again / quit option
- Fun emojis and user-friendly messages
- Make sure you have Python 3.x installed
- Download or clone this repo
- Run:
python number_guessing.py- Python 3.x
- Uses only built-in modules (random, time)