Course Content
Beginner Final Project: Hangman
Beginner Final Project: Hangman
Good Guess
If the letter is in the gameword
, we need to congratulate the user with a good guess. The guessed letter will be added to the current state of the gameword and deleted from the available letters list.
Task
Swipe to start coding
- Append the
guess
to theused_letters
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4
Good Guess
If the letter is in the gameword
, we need to congratulate the user with a good guess. The guessed letter will be added to the current state of the gameword and deleted from the available letters list.
Task
Swipe to start coding
- Append the
guess
to theused_letters
.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4