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 d436f94..f994cee 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,9 +1,10 @@
#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_DEPTH 5
#define MAX_AVAILABLE_MOVES 64 * 64
#define INFINITY 2000
#define MAX_ZOBRIST_SEEDS 1500
#define TRANSPOSITION_TABLE_SIZE 1000000
#define PLAYER 3
#define FILENAME "record.txt"
+#define MOVE_TIME 15