Fin part 1

This commit is contained in:
2025-10-08 14:34:20 +02:00
parent 31f3b5c998
commit df3186be0e
5 changed files with 1 additions and 1 deletions

BIN
Letter.class Normal file

Binary file not shown.

BIN
enter_word.class Normal file

Binary file not shown.

BIN
main.class Normal file

Binary file not shown.

View File

@@ -77,7 +77,6 @@ public class main {
"/ |\n" +
" |\n" +
"=========\n";
// Étape 6 : pendu complet (défaite)
hangman[6] =
"------\n" +
@@ -112,6 +111,7 @@ public class main {
}
else{
System.out.println("ta perdu sale étron");
System.out.println(" le bon mot était : " + this.word);
}
}

BIN
word_search.class Normal file

Binary file not shown.