git clone https://github.com/ghrlt/hangman-game
cd hangman-game
pip3 install -r requirements.txt
This game is console-based. Thus, I recommend opening it from a console.
Run it with python3 app.py
The menu is now displayed!
You can:
-
Start playing with default settings
-
Choose the words language
- There's currently only French 🇫🇷 and English 🇬🇧
-
Choose the words source
-
Every language have a small list of words in settings.json
-
French currently have an option to get a random word from a website
- TODO: Find and implement this for 🇬🇧
-
-
Custom few game rules
- Any new rule customization is welcome! Either suggests in discussions tab or fork & PR!