https://github.com/arsalan-dev-engineer/guess_game_tk
A "guess the number" game with style, this game will be playable on a GUI interface using Tkinter library :smile:
https://github.com/arsalan-dev-engineer/guess_game_tk
game guessing-game python tkinter tkinter-gui
Last synced: 3 months ago
JSON representation
A "guess the number" game with style, this game will be playable on a GUI interface using Tkinter library :smile:
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/guess_game_tk
- Owner: arsalan-dev-engineer
- License: mit
- Created: 2022-01-27T23:17:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T15:56:12.000Z (almost 4 years ago)
- Last Synced: 2025-05-16T03:12:08.991Z (8 months ago)
- Topics: game, guessing-game, python, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guess_game_Tk
A "guess the number" game with style, this game will be playable on a GUI interface using Tkinter library :slightly_smiling_face:
# Getting Started
To play this game, you will need to install the Tkinter library through pip on Windows Command line.
If you haven't already installed pip, open this link :star:
https://github.com/Azzy001/Vehicle_Management_System_Tk
-----
Installing Tkinter library
pip install tk
-----
# How the game works
You will have 5 attempts to guess the number between 1 and 10.
You will receive a message box if you guess the number right or wrong and the message will differ, based on winning or losing :trophy: