Add naive bishop move generation
This commit is contained in:
parent
76f3c41110
commit
5101d8c285
2 changed files with 70 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
// Move generation implementation details
|
||||
mod bishop;
|
||||
mod king;
|
||||
mod knight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue