summaryrefslogtreecommitdiffstats
path: root/GameField.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-02-20 13:11:12 +0000
committerJoursoir <chat@joursoir.net>2021-02-20 13:11:12 +0000
commit9a668c78bed7197e0b349d4bd2908a67bedd295f (patch)
tree3b94f44b7714c3c57d265be3b44ae79dad5046fe /GameField.hpp
parent34e22b1d5ea04a9bb2d8b8219f5881c90aa8cc70 (diff)
downloadlp-gomoku-9a668c78bed7197e0b349d4bd2908a67bedd295f.tar.gz
lp-gomoku-9a668c78bed7197e0b349d4bd2908a67bedd295f.tar.bz2
lp-gomoku-9a668c78bed7197e0b349d4bd2908a67bedd295f.zip
improve AI, delete dbgprint(), fix some bugs
Diffstat (limited to 'GameField.hpp')
-rw-r--r--GameField.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/GameField.hpp b/GameField.hpp
index 00a2764..f39c5b7 100644
--- a/GameField.hpp
+++ b/GameField.hpp
@@ -26,7 +26,6 @@ public:
int GetState() { return state; }
int GetRows() { return rows; }
int GetCols() { return cols; }
- int GetWhoMove() { return who_move; }
bool CanMove(int y, int x);
void Move(int y, int x);