Hi!
Welcome to Deadman, a simple Hangman console game.
- Possible words list
- Available letters list
- Penalties
- Visual demonstration of word's current state
- and more
One known issue is that when players request a list of possible words, the game provides words based on guessed letters but does not consider available letters.
- Install Python
- Download the game's source code
- Create a word list file in the same folder as the game. Each word should be on a separate line.
- Open your terminal or command prompt in the source file's directory.
- Run the following command to start the game:
py hangman.py
Bye!