A simple Python number guessing game from Dr. Angela Yu's 100 Days of Python.
The project starts with a random number between 1 and 100 deciding the number to be guessed within that round. The program now then asks the users for the difficulty and proceeds to take that difficulty setting to determine the number of lives for the player. After setting up the necessary values the program loops until the player guesses the mystery number or if they run out of lives.
Some key features.
- Difficulty Option
- Lives Counter (5 for Hard, 10 for easy)
If you want to play this project for yourself simply download the Python file and open it in your IDE.
