Commit db4aeede authored by LAIRD Timothy's avatar LAIRD Timothy

Refresh

parent 46b31b63
...@@ -23,11 +23,7 @@ public class Player { ...@@ -23,11 +23,7 @@ public class Player {
GrilleTicTacToe3x3 grille = new GrilleTicTacToe3x3(); GrilleTicTacToe3x3 grille = new GrilleTicTacToe3x3();
<<<<<<< HEAD Arbitre a = new Arbitre(grille,joueurOrdi, humain );
Arbitre a = new Arbitre(grille, joueurOrdi , joueurOrdi );
=======
Arbitre a = new Arbitre(grille, joueurOrdi , humain );
>>>>>>> 4dd14568c244c833d17b679f8f3b340f997c8d04
a.startNewGame(true); // Demarre une partie en affichant la grille du jeu a.startNewGame(true); // Demarre une partie en affichant la grille du jeu
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment