Implement quiescence search for leaf nodes

This commit is contained in:
stefiosif
2024-09-04 18:56:20 +03:00
parent e817229d12
commit fec27b0d02
3 changed files with 49 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
pub mod negamax;
pub mod perft;
pub mod quiescence;