add comment
This commit is contained in:
parent
db627f087f
commit
0f47a5db06
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user