add comment
This commit is contained in:
@@ -109,6 +109,8 @@ impl Board {
|
||||
.map(|range| range.into_iter().map(|j| (i, j)).collect()),
|
||||
);
|
||||
|
||||
// TODO! add diagonals to `chains` here
|
||||
|
||||
let mut captured: usize = 0;
|
||||
|
||||
for chain in chains {
|
||||
|
||||
Reference in New Issue
Block a user