summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-08-31 02:38:44 +0300
committereug-vs <eugene@eug-vs.xyz>2022-08-31 02:38:44 +0300
commitd26b99ec280e5e0971c4abc9cfc85445f40fc4d5 (patch)
tree9090584c58ffe750a0a3ec76a481a1d8b53a05f8 /src/config.h
parentcf1464e003c8f8ad3ad11b3e064db9906e6613bb (diff)
downloadc-chess-d26b99ec280e5e0971c4abc9cfc85445f40fc4d5.tar.gz
feat: implement initial zobrist hashing
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 9273f0e..4031d91 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,3 +4,4 @@
#define MAX_AVAILABLE_MOVES 64 * 64
#define INFINITY 1000000
#define PLAYER WHITE
+#define MAX_ZOBRIST_SEEDS 1500