Browse Source

Commit 29 - level_plus in Hauptspiel einbauen

main^2
Peter Wiebe 11 months ago
committed by Peter Wiebe
parent
commit
fa15309073
  1. 3
      src/main/c/hangman.c

3
src/main/c/hangman.c

@ -190,6 +190,9 @@ void hauptSpiel(int level){
}
won = has_won(secret_word, guessed_letters);
}
if (won == 1){
level_plus();
}
}
void draw_hangman(int attempts) {

Loading…
Cancel
Save