An open API service indexing awesome lists of open source software.

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

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 \
python
python

### Getting Strarted

To use this program, you will need Python 3 and the following libraries installed:

-tkinter
-PIL

To 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.