ajout plateau test

This commit is contained in:
Anto 2021-01-27 12:06:32 +01:00
parent 3e4a7e8fd7
commit fe8be4dc57

View File

@ -1,6 +1,7 @@
package othello;
public class State {
private int[][] plateau;
public boolean isOver() {
return false;