lichess-org/flutter-chessground

8 * x + y should be 8 * y + x

sorsted opened this issue · 1 comments

In line 165 of models.dart, we have:

SquareId get squareId => allSquares[8 * x + y];

Shouldn’t this be 8 * y + x?

This code is removed now.