Welcome to the Guess the Number game! This is a simple Python game where you try to guess a randomly chosen number between given range.
How to Play
- Clone or download this repository to your local machine.
- Make sure you have Python installed.
- Run the guess_the_number.py file using Python.
- The game will prompt you to guess a number between your desired range.
- After each guess, the game will tell you if your guess is too high or too low.
- Keep guessing until you correctly guess the number.
- The game will display the number of attempts it took you to guess the number.
- Enjoy the satisfaction of guessing the number correctly!
This game was inspired by classic guessing games and programming exercises.