A Python terminal game where players guess numbers and compete on a leaderboard.
- 3 difficulty levels (Easy/Intermediate/Difficult)
- Persistent leaderboard tracking
- Score calculation based on performance and difficulty level
- Case-insensitive username handling
- Score updates for returning players
- Clone the repository:
git clone https://github.com/kierrabl/numberGuessingGame.git
- Navigate to the project:
cd numberGuessingGame - Run the game:
python NumberGuessingGame.py
- Choose a difficulty level
- Guess numbers within the specified range
- Earn points for correct guesses
- Your best score is saved automatically
- Python 3.x