From cafccaf7f57afbc7d7d76ffa5345fd4dc54fb372 Mon Sep 17 00:00:00 2001 From: sinchu Date: Tue, 26 May 2026 19:22:28 +0530 Subject: [PATCH] docs(help): remove duplicate grid example and clarify rule phrasing --- src/constants/help/instructions.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/constants/help/instructions.tsx b/src/constants/help/instructions.tsx index 1487866..084b2d8 100644 --- a/src/constants/help/instructions.tsx +++ b/src/constants/help/instructions.tsx @@ -18,14 +18,8 @@ const hiddenShapes: string[][][] = [ ["", "", "", "", "", ""], ["", "", "", "", "", ""] ], - [ - ["", "", "", "", "X", ""], - ["", "", "", "X", "X", ""], - ["", "", "", "X", "", ""], - ["", "", "X", "X", "", ""], - ["", "", "", "", "", ""], - ["", "", "", "", "", ""] - ], + + [ ["", "", "", "", "", "", ""], ["", "", "", "", "", "", ""], @@ -89,7 +83,7 @@ export const instructions: readonly (string | JSX.Element)[][] = [ , <> - The number of tiles in the hidden shape is equal to the length of the board. + The hidden shape contains as many tiles as the grid's side dimension (e.g., a 5x5 board has a 5-tile shape). ], [