summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 67c9b0b..9273f0e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,5 +1,6 @@
#define BOARD_SIZE 8
#define DEFAULT_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
#define MAX_DEPTH 4
+#define MAX_AVAILABLE_MOVES 64 * 64
#define INFINITY 1000000
#define PLAYER WHITE