summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-08-18 13:54:10 +0300
committereug-vs <eugene@eug-vs.xyz>2022-08-18 13:54:10 +0300
commitb154f44c84252682472a9faf54b51d3abe970ffd (patch)
tree0d081a71e52c0029fd3192ab80abdb122dbc6413 /src/config.h
parenta8d84eca19819b0c49a35009ce1b6e0c85406b48 (diff)
downloadc-chess-b154f44c84252682472a9faf54b51d3abe970ffd.tar.gz
feat: allow to play both sides
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 1cadbc1..67c9b0b 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,4 +1,5 @@
#define BOARD_SIZE 8
#define DEFAULT_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
-#define MAX_DEPTH 3
+#define MAX_DEPTH 4
#define INFINITY 1000000
+#define PLAYER WHITE