[moves] Knight move generator and tests
This commit is contained in:
parent
3f3842c7c8
commit
faca844733
3 changed files with 170 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
mod knight;
|
||||
mod pawn;
|
||||
|
||||
#[cfg(test)]
|
||||
mod testing;
|
||||
|
||||
pub use knight::KnightMoveGenerator;
|
||||
pub use pawn::PawnMoveGenerator;
|
||||
|
||||
use crate::Move;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue