Kursinhalt
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.
Aufgabe
Swipe to start coding
- Append the
guess
to theused_letters
.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 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.
Aufgabe
Swipe to start coding
- Append the
guess
to theused_letters
.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 4