forked from menault/TD3_DEV51_Qualite_Algo
Fin part 1
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user