Skip to content

Commit 5205cf8

Browse files
committed
bishop moves
1 parent 861e6e8 commit 5205cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/board.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ impl Board {
290290
moves
291291
}
292292

293+
// Generate possible bishop moves
293294
fn generate_bishop_moves(&self, occupancy: Bitboard, position: usize) -> Vec<usize> {
294295
let mut moves = Vec::new();
295296

0 commit comments

Comments
 (0)