A simple, interactive terminal-based game built with Python. The objective is to guess a randomly generated number between 1 and 100.
- Randomized Gameplay: Generates a new random target number every time you play using the
randommodule. - Smart Feedback: Provides instant "TOO! High" or "TOO! Low" hints to guide the player toward the correct answer.
- Input Validation: Includes
try-exceptblocks to handle non-numeric inputs and ensures guesses stay within the 1โ100 range. - Clean Interface: Features simple ASCII headers for a better user experience in the terminal.
- Clone the repository:
git clone [https://github.com/your-username/number-guessing-game.git](https://github.com/your-username/number-guessing-game.git) cd number-guessing-game