Add minimax and adapt UCI tests

This commit is contained in:
stefiosif
2024-09-01 14:15:02 +03:00
parent e61d247411
commit ba0cbf4d7d
6 changed files with 123 additions and 58 deletions

View File

@@ -1,2 +1,2 @@
pub mod minimax;
pub mod perft;
pub mod search;