A fun and interactive Number Guessing Game built with Python.
- Random Generation: The computer picks a random secret number between 1 and 100.
- Dynamic Hints: Tells you whether your guess is too high or too low.
- Input Guard: Built-in protection using
try-exceptblocks to prevent the game from crashing if you type letters instead of numbers. - Score Tracking: Keeps track of how many attempts you needed to win the game.
Make sure you have Python installed, then run the script in your terminal:
python game.py