Skip to content

Commit

Permalink
knight moves p7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Jul 21, 2024
1 parent 0d9f277 commit 10bce0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ impl Board {
fn generate_knight_moves(&self, occupancy: Bitboard, position: usize) -> Vec<usize> {
let mut moves = Vec::new();

//let directions = []
//let directions = []

moves
Expand Down

0 comments on commit 10bce0a

Please sign in to comment.