2 Python Hangman - program fixed

preview_player
Показать описание
This video will show you how to fix the bug which wins the game (when you haven't won) in Python Hangman.
Рекомендации по теме
Комментарии
Автор

Hi. I know this is an old video but if you respond to comments i was wondering if you could help me. I've already programmed a very similar program to this as it has the same main functions, but i'm struggling to include the concepts of:
1) lives, where when the user guesses wrong they lose a life and when they lose all lives they lose the game,
2) having the user to be able to either enter 1 letter or the full word as 1 guess
3)Including a point system in which they have an option to play again and the points can be added to the next round until they lose or choose not to play, then the points will be displayed

laurentregaskis