Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Groupe3-TicTacToe
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BAHRMAN Louis
Groupe3-TicTacToe
Commits
ad4f6344
Commit
ad4f6344
authored
Apr 21, 2020
by
Theo Delbecq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout d'un générateur de tests aléatoire et modif sur la classe Joueur
parent
42b6ff06
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
16 deletions
+22
-16
Joueur.class
build/classes/tictactoecodingame/Joueur.class
+0
-0
Player.class
build/classes/tictactoecodingame/Player.class
+0
-0
private.properties
nbproject/private/private.properties
+1
-1
private.xml
nbproject/private/private.xml
+16
-14
Joueur.java
src/tictactoecodingame/Joueur.java
+4
-0
Player.java
src/tictactoecodingame/Player.java
+1
-1
No files found.
build/classes/tictactoecodingame/Joueur.class
View file @
ad4f6344
No preview for this file type
build/classes/tictactoecodingame/Player.class
View file @
ad4f6344
No preview for this file type
nbproject/private/private.properties
View file @
ad4f6344
...
@@ -11,5 +11,5 @@ do.depend=false
...
@@ -11,5 +11,5 @@ do.depend=false
do.jar
=
true
do.jar
=
true
javac.debug
=
true
javac.debug
=
true
javadoc.preview
=
true
javadoc.preview
=
true
user.properties.file
=
C:
\\
Users
\\
senda
\\
AppData
\\
Roaming
\\
NetBeans
\\
8.0.2
\\
build.properties
user.properties.file
=
C:
\\
Users
\\
theo
\\
AppData
\\
Roaming
\\
NetBeans
\\
8.0.2
\\
build.properties
>>>>>>>
4dd14568c244c833d17b679f8f3b340f997c8d04
>>>>>>>
4dd14568c244c833d17b679f8f3b340f997c8d04
nbproject/private/private.xml
View file @
ad4f6344
...
@@ -3,20 +3,22 @@
...
@@ -3,20 +3,22 @@
<editor-bookmarks
xmlns=
"http://www.netbeans.org/ns/editor-bookmarks/2"
lastBookmarkId=
"0"
/>
<editor-bookmarks
xmlns=
"http://www.netbeans.org/ns/editor-bookmarks/2"
lastBookmarkId=
"0"
/>
<open-files
xmlns=
"http://www.netbeans.org/ns/projectui-open-files/2"
>
<open-files
xmlns=
"http://www.netbeans.org/ns/projectui-open-files/2"
>
<group>
<group>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/JoueurHumain.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Coup.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/CoupTicTacToe9x9.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/CoupTicTacToe.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Piece.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Player.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/AlgoRecherche.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Joueur.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Jeton.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/JoueurOrdi.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Player.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/AlgoRecherche.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Plateau.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/JoueurHumain.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Arbitre.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Jeton.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/AlgoRechercheAleatoire.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Case.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Coup.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Plateau.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/JoueurOrdi.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Arbitre.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Joueur.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/AlgoRechercheAleatoire.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/Case.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Generator.java
</file>
<file>
file:/C:/Users/franck.tempet/Documents/NetBeansProjects/TicTacToeCodingame/src/tictactoecodingame/GrilleTicTacToe9x9.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/GrilleTicTacToe3x3.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/GrilleTicTacToe9x9.java
</file>
<file>
file:/C:/Users/theo/Documents/Ecole/IMT%20Lille%20Douai/L3/Projet%20Info/groupe3-tictactoe/src/tictactoecodingame/Piece.java
</file>
</group>
</group>
</open-files>
</open-files>
</project-private>
</project-private>
src/tictactoecodingame/Joueur.java
View file @
ad4f6344
...
@@ -33,4 +33,8 @@ public abstract class Joueur {
...
@@ -33,4 +33,8 @@ public abstract class Joueur {
public
String
toString
()
{
public
String
toString
()
{
return
nom
;
return
nom
;
}
}
public
void
forceId
(
int
id
){
idJoueur
=
id
;
}
}
}
src/tictactoecodingame/Player.java
View file @
ad4f6344
...
@@ -24,7 +24,7 @@ public class Player {
...
@@ -24,7 +24,7 @@ public class Player {
GrilleTicTacToe3x3
grille
=
new
GrilleTicTacToe3x3
();
GrilleTicTacToe3x3
grille
=
new
GrilleTicTacToe3x3
();
Arbitre
a
=
new
Arbitre
(
grille
,
joueurOrdi
,
joueurOrdi
);
//
Arbitre a = new Arbitre(grille, joueurOrdi , joueurOrdi );
Arbitre
a
=
new
Arbitre
(
grille
,
joueurOrdi
,
humain
);
Arbitre
a
=
new
Arbitre
(
grille
,
joueurOrdi
,
humain
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment