This repository contains a Python-based number guessing game. The game challenges players to guess a randomly selected number within a specified range. With each guess, the program provides feedback to guide the player closer to the correct answer.
- Random number generation for an unpredictable game experience.
- Feedback for every guess: "Too High," "Too Low," or "Correct."
- Configurable difficulty levels to adjust the number of attempts.
- Input validation to ensure valid guesses.
- Option to play again without restarting the program.
- Ensure you have Python installed on your system.
- Clone this repository or download the
Guess_the_number.py
file. - Run the game using the following command:
python Guess_the_number.py