Python implementation of the Hangman word game with a simple AI algorithm
Run the game with AI only:
python3 hangman.py nounlist.txt -c -v nounlist.txt
Run the game with two human players, Alex and Jane:
python3 hangman.py nounlist.txt Alex Jane
8000