[position] Implement all the example positions from Peter Ellis Jones' blog post
https://peterellisjones.com/posts/generating-legal-chess-moves-efficiently/
This commit is contained in:
parent
6c14851806
commit
f4e57d7d6c
5 changed files with 282 additions and 3 deletions
|
|
@ -12,7 +12,6 @@ mod sight;
|
|||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
mod tests;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue