Add naive king move generation
This commit is contained in:
parent
7ccca5a593
commit
064846a4fd
3 changed files with 228 additions and 0 deletions
2
src/movegen/mod.rs
Normal file
2
src/movegen/mod.rs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// Move generation implementation details
|
||||
mod king;
|
||||
Loading…
Add table
Add a link
Reference in a new issue