We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac06cb commit 4d05d0fCopy full SHA for 4d05d0f
src/games/biscuit.ts
@@ -933,7 +933,7 @@ export class BiscuitGame extends GameBase {
933
for (let x = minX - 1; x <= maxX + 1; x++) {
934
columnLabels.push(x.toString());
935
}
936
- const [rootCol, rootRow] = this.board.abs2rel(0, 0);
+ const [rootCol, rootRow] = this.board.abs2rel(0, 0)!;
937
938
// build pieces string and block most cells, for visual clarity
939
const pieces: string[][] = [];
0 commit comments