sorsted opened this issue 7 months ago · 1 comments
In line 165 of models.dart, we have:
models.dart
SquareId get squareId => allSquares[8 * x + y];
Shouldn’t this be 8 * y + x?
8 * y + x
This code is removed now.