Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions src/constants/help/instructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ const hiddenShapes: string[][][] = [
["", "", "", "", "", ""],
["", "", "", "", "", ""]
],
[
["", "", "", "", "X", ""],
["", "", "", "X", "X", ""],
["", "", "", "X", "", ""],
["", "", "X", "X", "", ""],
["", "", "", "", "", ""],
["", "", "", "", "", ""]
],


[
["", "", "", "", "", "", ""],
["", "", "", "", "", "", ""],
Expand Down Expand Up @@ -89,7 +83,7 @@ export const instructions: readonly (string | JSX.Element)[][] = [
</div>
</>,
<>
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).
</>
],
[
Expand Down