From 851cb160f0d2838c75af43dcc7b6fad9969d925c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 8 Sep 2022 17:48:03 +0300 Subject: feat: add castle to generate moves --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index f994cee..0b54698 100644 --- a/src/config.h +++ b/src/config.h @@ -5,6 +5,6 @@ #define INFINITY 2000 #define MAX_ZOBRIST_SEEDS 1500 #define TRANSPOSITION_TABLE_SIZE 1000000 -#define PLAYER 3 +#define PLAYER WHITE #define FILENAME "record.txt" -#define MOVE_TIME 15 +#define MOVE_TIME 10 -- cgit v1.2.3