From fe8be4dc5782d3f1de06d4e80b9fba0d8f7de101 Mon Sep 17 00:00:00 2001 From: Anto Date: Wed, 27 Jan 2021 12:06:32 +0100 Subject: [PATCH] ajout plateau test --- src/othello/State.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/othello/State.java b/src/othello/State.java index 94174d9..37969bc 100644 --- a/src/othello/State.java +++ b/src/othello/State.java @@ -1,6 +1,7 @@ package othello; public class State { + private int[][] plateau; public boolean isOver() { return false;