Commit 33695f18 authored by Theo Delbecq's avatar Theo Delbecq
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
<<<<<<< HEAD
<<<<<<< HEAD
compile.on.save=true
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\timot\\AppData\\Roaming\\NetBeans\\11.2\\build.properties
=======
compile.on.save=true
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=/home/louis/.netbeans/11.3/build.properties
>>>>>>> 4dd14568c244c833d17b679f8f3b340f997c8d04
=======
compile.on.save=true
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\senda\\AppData\\Roaming\\NetBeans\\8.0.2\\build.properties
>>>>>>> 4dd14568c244c833d17b679f8f3b340f997c8d04
......@@ -23,11 +23,10 @@ public class Player {
GrilleTicTacToe3x3 grille = new GrilleTicTacToe3x3();
<<<<<<< HEAD
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
......
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