Kursinhalt
Beginner Final Project: Hangman
Beginner Final Project: Hangman
None of It
If the letter is not in the gameword
we need to 'punish' the user by decreasing guesses_remaining
. The used letter has to be deleted from the available letters list.
Aufgabe
Swipe to start coding
- Append the
guess
to theused_letters
. - Decrease the
guesses_remaining
.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 5
None of It
If the letter is not in the gameword
we need to 'punish' the user by decreasing guesses_remaining
. The used letter has to be deleted from the available letters list.
Aufgabe
Swipe to start coding
- Append the
guess
to theused_letters
. - Decrease the
guesses_remaining
.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 5