https://github.com/loosedwhale/saveman
A hangman game but reversed in python
https://github.com/loosedwhale/saveman
game game-development python-game python3 tkinter tkinter-game tkinter-gui
Last synced: about 2 months ago
JSON representation
A hangman game but reversed in python
- Host: GitHub
- URL: https://github.com/loosedwhale/saveman
- Owner: LoosedWhale
- License: mit
- Created: 2023-02-17T16:51:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T15:14:43.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:45:04.266Z (4 months ago)
- Topics: game, game-development, python-game, python3, tkinter, tkinter-game, tkinter-gui
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SaveMan
### Description
SaveMan a take on the classic game Hangman in which players try to guess a word by suggesting letters one at a time. Each incorrect guess results in a penalty, and the player loses when they run out of chances. This implementation of the game includes a graphical user interface (GUI) created with the Tkinter library.
Made with python and Tkinter \
![]()
![]()
### Getting Strarted
To use this program, you will need Python 3 and the following libraries installed:
-tkinter
-PILTo run the program, simply execute the `SaveManTk.py` file using the Python interpreter. The game will launch in a new window.
### How to play
When the game starts, you will see a masked word displayed in the window. Use the input field to guess a letter. If the letter is not in the word, you will lose a chance. If you guess all the letters before running out of chances, you win!
You can also choose to play the game in custom mode, where you get to choose your own word. To do this, click on the "Game Mode" button and follow the prompts.
### Auther
This game was created by Theodor also know as LoosedWhale### License
This project is licensed under the MIT License.