Is not a Letter
What if the user input & or @? We need to 'punish' the user by decreasing number of warnings (or guesses if there are no warnings left). Only one symbol ! means that the user is asking for the hint.
We need to take into account these cases.
Swipe to start coding
- Set condition if the input is
'!'. - Print possible matches using the
show_possible_matchesfunction and theget_guessed_word(gameword, used_letters)as an argument. - Decrease the
warnings_remainingby one. - Set condition if there are less than 0 (not included) warnings.
- Decrease the
guesses_reamainingby one.
Solução
Obrigado pelo seu feedback!
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Resumir este capítulo
Explicar o código em file
Explicar por que file não resolve a tarefa
Incrível!
Completion taxa melhorada para 7.69
Is not a Letter
Deslize para mostrar o menu
What if the user input & or @? We need to 'punish' the user by decreasing number of warnings (or guesses if there are no warnings left). Only one symbol ! means that the user is asking for the hint.
We need to take into account these cases.
Swipe to start coding
- Set condition if the input is
'!'. - Print possible matches using the
show_possible_matchesfunction and theget_guessed_word(gameword, used_letters)as an argument. - Decrease the
warnings_remainingby one. - Set condition if there are less than 0 (not included) warnings.
- Decrease the
guesses_reamainingby one.
Solução
Obrigado pelo seu feedback!
single