debut
This commit is contained in:
15
src/Ex6/Jeu.java
Normal file
15
src/Ex6/Jeu.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package Ex6;
|
||||
|
||||
public class Jeu {
|
||||
public enum EtatCase {
|
||||
Croix,
|
||||
Rond,
|
||||
Vide
|
||||
}
|
||||
|
||||
boolean tourDeRond = false;
|
||||
|
||||
boolean gameDone = false;
|
||||
|
||||
EtatCase cases[3][3];
|
||||
}
|
||||
Reference in New Issue
Block a user