A terminal-based number guessing game in Python with multiple difficulty levels and a hint system.
A fun and interactive number guessing game made using core Python. Choose your difficulty, guess the number, and get hints along the way!
- Run the game using any Python interpreter.
- Choose a difficulty level:
- Easy
- Medium
- Hard
- Extreme
- Enter your guesses until you find the correct number.
- Type
7777anytime to get a hint about the number range. - Once guessed correctly, the game tells you how many attempts you took.
- Four difficulty levels to challenge your guessing skills
- Hint system (just type
7777) - Tracks number of attempts
- Clear instructions for new players
- Simple and beginner-friendly code
- Python 3.x
To run the game:
python numbergame.py