- A interactive number guessing game
- The purpose is to show skills in Python
- Python 3.10.2
- Visual Studio Code
- Run Terminal in Visual Studio Code
- User will be asked to guess a number between 1 and 100
- Hint will be given if the guess is too low or too high
- If user guess wrong number more than 10 times, they lose the game
- The system will automatically restart the game after 2 seconds
- Error checking is added if the user guess is not number 1-100 or duplicated input
- If else statement
- While loop
- Nova Scotia Community College school project