diff --git a/Letter.class b/Letter.class new file mode 100644 index 0000000..2abb2fb Binary files /dev/null and b/Letter.class differ diff --git a/enter_word.class b/enter_word.class new file mode 100644 index 0000000..c8c0542 Binary files /dev/null and b/enter_word.class differ diff --git a/main.class b/main.class new file mode 100644 index 0000000..5d40d40 Binary files /dev/null and b/main.class differ diff --git a/main.java b/main.java index de345c1..0b40a19 100644 --- a/main.java +++ b/main.java @@ -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); } } diff --git a/word_search.class b/word_search.class new file mode 100644 index 0000000..0b962fc Binary files /dev/null and b/word_search.class differ