Skip to content

Commit

Permalink
knight moves p6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Jul 20, 2024
1 parent 32070ac commit 0d9f277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/board.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ 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 0d9f277

Please sign in to comment.