A graphical version of the classic number guessing game, built with Python and Tkinter.
The user must guess a randomly generated number between 1 and 20 using a simple window interface.
This project is an upgraded version of an earlier terminal-based assignment.
- Graphical user interface (GUI)
- Guess a number between 1 and 20
- Feedback system:
- "Too small"
- "Too big"
- "You won"
- Debug mode (reveals the hidden number)
- Move mode – the number shifts slightly
- New game button (resets the number)
- Clean separation between game logic and user interface
Parts of the GUI conversion were carried out with the assistance of ChatGPT 5, mainly for structural guidance.
Make sure Python is installed on your computer.
Run the game using:
python main.py