We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65b50c commit 15d7d3dCopy full SHA for 15d7d3d
src/game-logic/gridtypes.ts
@@ -46,7 +46,7 @@ export const GRIDS = [
46
{ id: 5, x: 3, y: 1, neighbors: [1,4,8,9] },
47
{ id: 6, x: 0, y: 2, neighbors: [2,3,7,10] },
48
{ id: 7, x: 1, y: 2, neighbors: [2,3,4,6,8,10,11] },
49
- { id: 8, x: 2, y: 2, neighbors: [3,4,5,7,8,10,11] },
+ { id: 8, x: 2, y: 2, neighbors: [3,4,5,7,9,10,11] },
50
{ id: 9, x: 3, y: 2, neighbors: [4,5,8,11] },
51
{ id: 10, x: 1, y: 3, neighbors: [6,7,8,11] },
52
{ id: 11, x: 2, y: 3, neighbors: [7,8,9,10] },
0 commit comments