Here is a quick rundown of what each file in this repository contains:
LICENSE
: The MIT License, an OSS approved license which grants rights to everyone to use and modify your projects and limits your liability. We highly recommend you to read the license.- hangman.py: Python 3 program to play the classic terminal hangman game. Now with slightly improved graphics.
- ./data/wordlist.txt: List of words used for gameplay.
Clone the repo or download hangman.py and the /data subdirectory
- blessed: available from pip.
- Python 3.9
Have fun! We certainly did!
Lucky Lemurs development team