Skip to content

Commit

Permalink
knight moves p3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Jul 17, 2024
1 parent dbcff10 commit 182ea64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ impl Board {
fn generate_knight_moves(&self, occupancy: Bitboard, position: usize) -> Vec<usize> {
let mut moves = Vec::new();

//let direction

moves
}
}

0 comments on commit 182ea64

Please sign in to comment.