A basic version of hangman that you can run on your terminal using, nothing special.
- Uses NLTK which only works with Python 3.7 or above. (Works for all of Windows, Mac, and UNIX. (Official NLTK website)
- Respectively, Python 3.7 or above, ideally the latest. (Official Python Download)
- Will also require NLTK data however the installation is included in the source code.
Windows:
pip install nltk
UNIX/Mac:
pip install --user -U nltk