top of page

Hangman Tutorial I found that I could make better

  • Writer: VC Healy
    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

 
 
 

Comments


© 2020 by Vincent Healy. Proudly created with Wix.com

bottom of page