- VC Healy
- Sep 25, 2020
- 1 min read
Found a Tutorial of a hangman game this evening.
I wasn't happy with their final code.
The repeat of guesses was only found for letters already in the word, not failed guess.
Time delays in the code that were annoying.
Code duplication.
The wording delivered to the user was not as nice as it should have been.
I made it better.
https://github.com/vchealy/python_hangman