Add naive king move generation

This commit is contained in:
Bruno BELANYI 2022-07-22 10:22:37 +02:00
parent 7ccca5a593
commit 064846a4fd
3 changed files with 228 additions and 0 deletions

View file

@ -1,2 +1,3 @@
pub mod board;
pub mod movegen;
pub mod utils;