Skip to content
Snippets Groups Projects
Commit 717f3cbe authored by Paul RIPAULT's avatar Paul RIPAULT
Browse files

;

parent 0f0fdfc0
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,10 @@ public class Main {
while(continuer==2) {
continuer =Interface.start();
}
if(continuer !=3) continuer =2;
Interface.tourDeJeu(plateau, winner);
System.out.println(continuer+"");
if(continuer !=3) {
continuer =2;
Interface.tourDeJeu(plateau, winner);
}
}
}
public static char deplacement() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment