Skip to content

Commit

Permalink
knight moves p5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Jul 19, 2024
1 parent 78d6c94 commit 32070ac
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 32070ac

Please sign in to comment.