This is a simple hangman program in python with words from the bitcoin bip39 english dictionary.
- Start
- Generate a random word
- Generate as many blanks as letters in word
- Game loop
- ask the user to guess a letter
- is the letter guessed in the word?
- yes -> replace the blank with letter
- are all blanks filled?
- yes -> GG WP
- no -> back to step 1
- are all blanks filled?
- no -> lose a life
- Have they run out of lives?
- yes -> F
- no -> back to step 1
- Have they run out of lives?
- yes -> replace the blank with letter