Welcome to Guess The Number, a simple and fun Python game where you try to guess a randomly generated number within a certain range!
- The game will generate a random number between 1 and the range that you set.
- You have to guess the number.
- After each guess, the game will tell you if your guess is too high, too low, or correct.
- Keep guessing until you find the correct number!
- Make sure you have Python installed on your system. You can download it from here.
If you want to run the code in CMD, simply paste the below lines there; else just run the Guess_The_Number.py file in your preferred environment
- Clone the repository to your local machine:
git clone https://github.com/sra0sha/Guess_The_Number.git
- Navigate to the project directory:
cd Guess_The_Number - Run the game:
python Guess_The_Number.py