Commit 2894cda8 authored by DELBECQ Théo's avatar DELBECQ Théo

Merge branch 'revert-4e3207d1' into 'master'

Revert "Merge branch 'master' of http://gvipers.imt-lille-douai.fr/louis.bahrman/groupe3-tictactoe"

See merge request !3
parents 4e3207d1 556dc0c6
......@@ -23,7 +23,10 @@ public class Player {
GrilleTicTacToe3x3 grille = new GrilleTicTacToe3x3();
Arbitre a = new Arbitre(grille,joueurOrdi, humain );
Arbitre a = new Arbitre(grille, joueurOrdi , joueurOrdi );
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