What You're Up Against
Sand Shape Level 21 presents a T-shaped 10-cell board with four green circular gems and four red heart-shaped gems. Your goal is to split it into exactly three valid sub-shapes: the top horizontal bar (4 cells) and two equal vertical columns (3 cells each) forming the stem’s “legs.” Every sub-shape must contain at least one green gem and at least one red gem—no exceptions.
Beating Sand Shape Level 21
- Draw a horizontal line just below the top 4 cells to isolate the horizontal bar of the T. This sub-shape must include one green gem (top-left) and one red gem (top-right).
- Draw a vertical line down the center of the remaining 6-cell vertical stem, splitting it evenly into two 3-cell columns.
- Verify both resulting leg sub-shapes each contain at least one green and one red gem—the left leg has one of each; the right leg has one green and two reds.
- Once all three sub-shapes meet the gem requirement, the level completes automatically with confirmation checkmarks.
Doing It Faster
- Count gems per region before drawing: top bar has 2 gems (1 green, 1 red); stem holds the remaining 6 gems (3 green, 3 red).
- Use the undo button (green circle with arrow) immediately if a line creates an invalid shape—no need to restart.
- Skip rotating or flipping the board; the solution relies on fixed T geometry—not perspective shifts.
Where Players Slip Up
- Misreading the objective: it’s “at least one of each gem,” not “exactly one”—so sub-shapes with extra reds (like the right leg) are valid.
- Drawing extra lines or uneven splits—only two lines (one horizontal, one vertical) are needed; more breaks the 3-sub-shape requirement.
- Assuming all gems must be distributed equally: the solution works because total gem counts (4 green, 4 red) allow asymmetry across sub-shapes. This walkthrough delivers the precise, minimal path to success—the solution is simpler than it first appears.