Welcome to my first Python mini-game!
This is a fun little number guessing game where you try to guess a randomly generated number based on clues. Moreover, you get to choose the difficulty and whether to limit your attempts!
- Choose from three difficulty levels: Easy, Medium, Hard
- Option to limit the number of guesses (or go unlimited!)
- Hot/Warm/Cold clues based on how close your guess is
- Feedback on how quickly you got the answer
- Friendly text-based interface
- Make sure Python is installed on your system.
- Clone or download this project folder.
- Open a terminal (or use VS Code).
- Run the program using:
python code.pyI wanted to start building fun beginner-friendly projects to improve my Python skills. This one helped me practice:
- Loops and conditionals
- Input handling
- Error handling
- Random number generation
- Clean code formatting
- Writing meaningful clues and feedback
- Score tracking system
- High-score save/load
- Python 3.13.3+
- No external libraries needed






