- Guess the number!
- There are 3 difficulty levels: Easy, Hard, and Lucky
- Easy mode : 10 chances to guess the number 1 -100
- Hard mode : 5 chances to guess the number 1- 100
- Lucky mode : 1 chance to guess the number 1 - 50
- Fork the repo by clicking the fork logo the on top right
- Clone the repo
git clone [email protected]:AseanK/beginner-python-games.git
- Head to the guess_the_number folder
- Run the file using python command
guess_the_num.py