Commit 4e3207d1 authored by Theo Delbecq's avatar Theo Delbecq
parents 33695f18 e6b0d9e5
......@@ -23,10 +23,7 @@ public class Player {
GrilleTicTacToe3x3 grille = new GrilleTicTacToe3x3();
Arbitre a = new Arbitre(grille, joueurOrdi , joueurOrdi );
Arbitre a = new Arbitre(grille, joueurOrdi , humain );
Arbitre a = new Arbitre(grille,joueurOrdi, humain );
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