The pawn move generator only generated pushes for white pawns. The is_king_in_check returned an inverted flag. MoveSet needed a couple more validation methods: can_move_to_square and can_castle. The MakeMoveBuilder also needed a little more move validation using the above methods. |
||
|---|---|---|
| .. | ||
| move_generator | ||
| position | ||
| check.rs | ||
| display.rs | ||
| fen.rs | ||
| lib.rs | ||
| macros.rs | ||
| move.rs | ||
| move_generator.rs | ||
| sight.rs | ||
| tests.rs | ||