Puzzle Insights
2026-03-168 min read

Stopper Robot Techniques for Shorter Solutions

Helper robots are not distractions. They are movable walls that unlock angles impossible with static walls alone.

The movable wall concept

Every non-target robot can be converted into a stopper. Place it where no wall exists and create a custom turn point.

Treat helper placement as infrastructure. Build once, reuse multiple times in one route.

On a 16x16 board, static walls are sparse. Most rows and columns have only two or three wall segments. That means the majority of stopping points you need simply do not exist in the fixed map. Helper robots fill these gaps. Think of them as temporary architecture you install before running the target robot through.

A powerful mental model: before each puzzle, count how many natural stopping points exist on the target's row and column. If fewer than two, you almost certainly need a helper robot as a stopper.

Two stopper patterns

Pattern A: side stopper for horizontal-to-vertical turn. Imagine the target red robot needs to travel right along row 5 and then turn downward at column 9. If there is no wall on the right side of (5, 9), place a helper robot at (5, 10) so red stops at column 9 and can then be pushed down.

Pattern B: back stopper for exact distance control before final lane. Suppose red must slide left and stop at column 3 on row 12 before making a final downward slide to the target. You need something at (12, 2) or a wall on the left side of (12, 3). Positioning a green robot at (12, 2) in one move solves this.

There is also a less common Pattern C: the relay stopper. Here one helper robot stops a second helper robot, which then stops the target. This appears in 4- and 5-move solutions and is worth recognizing even if you do not use it often.

Choosing which robot to use as a stopper

Not all helpers are equal. The ideal stopper robot is one that can reach the needed position in a single move without disrupting other useful positions on the board. Scan all three non-target robots and check: which one is already on the same row or column as the needed stopper cell?

If two robots can both reach the stopper position in one move, prefer the one whose current position is less strategically valuable. A robot sitting in a corner or against a board edge is often doing nothing useful and is the cheapest to redeploy.

Also consider whether the stopper robot's new position might accidentally block the target robot's earlier path. If red needs to travel through column 7 before reaching the stopper at (5, 10), make sure the helper you are moving to (5, 10) does not cross column 7 in a way that interferes.

When to abandon a setup

If the setup requires three extra moves and saves one move later, it is likely inefficient. Reset quickly and test an alternative anchor.

A good rule of thumb: if your stopper placement needs a stopper of its own (i.e., you need to move a robot to stop the robot that will stop the target), you are at least at a 4-move solution. Check whether a simpler 3-move path exists using a different arrival direction before committing to the complex chain.

Time is also a factor in multiplayer. A clean 4-move solution you can execute confidently in 10 seconds beats a theoretical 3-move solution you are not sure about. When the timer is running, certainty is worth one extra move.

Double-duty stoppers

The most elegant solutions use one helper robot for two purposes. For example, you move blue to (8, 6) to stop red's horizontal slide, and then the same blue robot also stops red's subsequent vertical slide because blue now sits in the right column.

To spot double-duty opportunities, look for L-shaped target paths. If the target needs to make two turns, the intersection points of those turns are candidates for a single stopper that serves both legs of the journey.

Training yourself to see double-duty stoppers is one of the biggest jumps from intermediate to advanced play. In daily challenges, after solving a puzzle, always ask: could any helper have served two stopping functions?

Stopper displacement traps

Moving a helper robot to a stopper position sometimes removes it from a position where it was passively useful. Before committing, check whether the helper's current square is blocking any robot that should not move.

A classic trap: green is at (7, 11) and passively keeps yellow from sliding off row 7. You move green to (5, 10) to stop red, but now yellow slides freely to the board edge and is no longer available as a secondary stopper. Always scan for passive blocking relationships before repositioning helpers.

Round Checklist

  • Which helper robot can park closest with one move?
  • Can one stopper serve both mid-route and final-route?
  • Did setup cost exceed route savings?
  • Does the stopper's new position accidentally block the target's earlier path?
  • Am I displacing a helper from a passive blocking role?
  • Have I checked all three non-target robots before choosing a stopper?