A fun and interactive Python game where you try to guess a randomly generated number within a range you choose.
- Customizable guessing range.
- Random number generation for unpredictable gameplay.
- Feedback after each guess (
too high/too low). - Tracks number of attempts.
- Make sure you have Python installed.
- Clone or download this repository.
- Open a terminal in the project folder.
- Run:
python "Number Guessing Game.py"
π Technologies Used Python 3
random module for number generation
π‘ Future Improvements Difficulty levels (easy, medium, hard)
Input validation for non-numeric entries
Scoreboard system
Multiple rounds with total scores
π License This project is open-source and free to use for learning purposes.