ajout plateau test
This commit is contained in:
parent
3e4a7e8fd7
commit
fe8be4dc57
@ -1,6 +1,7 @@
|
|||||||
package othello;
|
package othello;
|
||||||
|
|
||||||
public class State {
|
public class State {
|
||||||
|
private int[][] plateau;
|
||||||
|
|
||||||
public boolean isOver() {
|
public boolean isOver() {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user