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
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -77,7 +77,6 @@ public class main {
"/ |\n" + "/ |\n" +
" |\n" + " |\n" +
"=========\n"; "=========\n";
// Étape 6 : pendu complet (défaite) // Étape 6 : pendu complet (défaite)
hangman[6] = hangman[6] =
"------\n" + "------\n" +
@@ -112,6 +111,7 @@ public class main {
} }
else{ else{
System.out.println("ta perdu sale étron"); System.out.println("ta perdu sale étron");
System.out.println(" le bon mot était : " + this.word);
} }
} }
BIN
View File
Binary file not shown.