A simple Python number guessing game where the player must guess a randomly generated number within a limited number of attempts.
The game generates a random number, and the player must try to guess it correctly within a set number of attempts. The number of attempts depends on the selected difficulty level.
- Easy Mode: 10 attempts
- Hard Mode: 5 attempts
- Random number generation
- Two difficulty levels
- Limited attempts based on difficulty
- Simple command-line interface
- Run the program.
- Choose a difficulty level (Easy or Hard).
- Enter your guesses.
- Try to find the correct number before you run out of attempts.
- Python
Paris