Add naive bishop move generation

This commit is contained in:
Bruno BELANYI 2022-07-22 10:33:33 +02:00
parent 76f3c41110
commit 5101d8c285
2 changed files with 70 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Move generation implementation details
mod bishop;
mod king;
mod knight;