What You're Up Against
Sand Shape Level 108 presents a grid-based pattern-matching challenge. You must place colored segments dragged from the left, right, top, or bottom edges to exactly replicate the “Required Shapes” shown above the grid. Segments stretch until blocked by existing lines or other blocks—and every move is time-sensitive: the level completes at 00:43.
Beating Sand Shape Level 108
- At 00:22, begin by dragging red from the left edge starting at (1,1) to fill cells (1,1)–(3,1).
- At 00:23, drag yellow from the left edge starting at (1,2) to fill (1,2)–(4,2).
- At 00:26, drag green from the left edge starting at (1,3) to fill (1,3)–(4,3).
- At 00:28, drag light blue from the left edge starting at (1,4) to fill (1,4)–(4,4).
- At 00:30, drag dark blue vertically from the top of column 8, covering (8,1)–(8,4).
- At 00:33, drag purple from the left edge starting at (3,5) to fill (3,5)–(4,5).
- At 00:34, drag orange from the left edge starting at (1,5) to fill (1,5)–(2,5).
- At 00:36, drag green from the left edge starting at (6,5) to fill (6,5)–(7,5).
- At 00:38, drag yellow from the top-right edge to fill (7,1)–(7,2).
- At 00:39, remaining isolated cells—(5,1)–(5,2) in light blue, (6,1)–(6,2) in yellow, (5,3)–(5,4) in green, and (6,3)–(6,4) in orange—auto-fill, triggering “LEVEL COMPLETE” at 00:43. This walkthrough delivers the exact solution without deviation.
Doing It Faster
- Prioritize large horizontal rows first—they anchor the shape and reduce ambiguity.
- Use all four edges strategically; vertical placements (like the dark blue column) are faster than working around corners.
- Watch the timer closely: each drag should land cleanly on the first attempt—no backtracking.
- The auto-fill at the end means you don’t need to manually place every tiny segment—focus energy only where dragging is required.
Where Players Slip Up
- Dragging from only one side (e.g., always left) misses optimal placements—especially for vertical or top-edge fills.
- Misjudging segment length causes overruns or gaps, forcing resets and wasting precious seconds.
- Overlooking the auto-fill mechanic leads to wasted effort on isolated cells that resolve themselves once major sections are placed.
- Rushing step 1 or skipping the “Required Shapes” preview causes misalignment early—derailing the entire Sand Shape Level 108 solution.