Add naive king move generation

This commit is contained in:
Bruno BELANYI 2022-07-22 10:22:37 +02:00
parent e3ea602bb9
commit 8428ac0028
3 changed files with 227 additions and 0 deletions

2
src/movegen/mod.rs Normal file
View file

@ -0,0 +1,2 @@
// Move generation implementation details
mod king;