Simple Python number guessing game (1–100) using random and user input.
A simple console-based Python game that picks a random number between 1 and 100 and asks you to guess it. After each guess, you’ll get feedback: more than or less than, until you find the correct number.
- Random number generation (1–100)
- Continuous guessing with hints (higher/lower)
- Beginner-friendly CLI project
- Python
- Clone/download the repo
- Run the file:
python main.py