Contenu du cours
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.
Tâche
Swipe to start coding
- Append the
guess
to theused_letters
.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 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.
Tâche
Swipe to start coding
- Append the
guess
to theused_letters
.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 4