A simple number guessing game built with Python and tkinter.
- The game thinks of a random number between 1 and 100.
- You need to guess the number.
- After each guess, the game will tell you if your guess is too high or too low.
- The game will track how many attempts it takes to guess the correct number.
- Graphical User Interface (GUI)
- History of previous games with guesses and attempts
- Difficulty levels (now implemented)
- Displays the number of attempts
- Clone the repository or download the
game.py
file. - Ensure you have Python 3 and tkinter installed.
- Run the command
python game.py
to start the game.
This project is open-source and available under the MIT License.