diff --git a/shared/testBoard.ts b/shared/testBoard.ts index fdb2894..820d695 100644 --- a/shared/testBoard.ts +++ b/shared/testBoard.ts @@ -33,7 +33,7 @@ export const testBoard: ServerGame = { ]), minesCount: 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8, isQuestionMark: rotate([ - [...Array(11).fill(false)], + [false, true, ...Array(9).fill(false)], [...Array(11).fill(false)], [...Array(11).fill(false)], [...Array(11).fill(false)],