Guessing Game
Step right up and try your luck with this fun number guessing game! This game challenges you to guess a randomly generated number between 1 and 100. After each guess, the game will give you helpful hints to guide you to the correct answer.
Features: Generate a random number between 1 and 100. Provide hints if the user's guess is too high or too low. Handle user input errors gracefully by checking for non-numeric input.
How it Works: The game will prompt you to guess a number between 1 and 100. After your guess, the game will let you know if your guess is too high, too low, or correct. If you guess the correct number, the game will congratulate you!
Requirements: Python 3.x
How to Play: Clone or download the repository. Run the script and follow the prompts to play the game.