summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
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