Train by skill · Planning

Planning
Puzzles

Look beyond the immediate move. Build a route in which each action leaves the board ready for what has to happen next.

Route deskPW / PLAN
  1. 01
    ObserveLarge disk is blocked
  2. 02
    PredictReserve the goal peg
  3. 03
    CommitClear, then transfer

Current stateProtect the next destination

Playable now2 gamesGenerated + exactly solved
Planning actionsSequence + chainOrder disks or linked switches
Difficulty3 levels eachVerified route depth rises
AccessFreeNo account required

Planning puzzle formats

Five ways the
next move can matter.

Planning puzzles differ in their boards and stories, but they all make action order important. A move must be judged partly by the state it leaves behind.

01Chain reaction

Toggle puzzles

Choose switches whose overlapping effects leave every light, tile or marker in the required final state.

Play Toggle Grid
02Route

Path planning

Reach a destination while anticipating blocked squares, one-way moves, hazards or a limited supply of steps.

Format under editorial review
03Order

Move sequencing

Arrange operations so that each move creates the conditions needed by the next, as in Tower of Hanoi.

Play Tower Transfer
04Space

Sliding and packing

Move pieces through restricted space without trapping the part that eventually needs the exit.

Format under editorial review
05Constraint

Crossing puzzles

Transport people or objects while keeping every intermediate state legal, not merely the final destination.

Format under editorial review

A planning puzzle gives you a starting state, a set of legal actions and a goal that cannot usually be reached well by treating each move in isolation. Progress depends on preserving or creating options for later.

What makes a puzzle about planning?

Many puzzles involve decisions, but not every decision is a plan. In a target hunt, the useful action is attached to what you see now: find a matching symbol and select it. In a planning puzzle, the board after your action becomes part of the decision. A move can be locally attractive and still damage the route.

Three ingredients make that possible. The state must change, the consequences of an action must be predictable, and the order of actions must affect whether the goal is reached efficiently. Sliding blocks, river crossings, Towers of Hanoi and switch puzzles express those ingredients in different ways.

Evaluate the position you leave, not only the move you make

The best immediate change is not always the best step towards the final state.

A practical planning loop

  1. Name the goal exactly. “Improve the board” is too vague. Decide what must be true at the finish and which restrictions must remain true on the way.
  2. List the effect of one action. Separate what the move changes directly from the neighbouring pieces, routes or resources it changes indirectly.
  3. Protect scarce options. Do not block an exit, consume the only free space or move the only useful connector until its later role is complete.
  4. Work backwards from forced states. Ask which move could create the final position. That often reveals what the previous position must contain.
  5. Commit, then compare. After a move, check the actual state against the one you predicted. If they differ, revise the model rather than repeating the same trial.

Forward planning and backward planning

Forward planning begins with the current state: “If I move this piece, what happens next?” It is natural and useful when consequences are short. The difficulty is branching. If five moves are legal now and five more follow each of them, an unstructured search grows quickly.

Backward planning begins with the goal: “What must be true immediately before the last move?” It works well when the final step is constrained. In Tower Transfer, the goal peg must be clear before a large disk arrives, while the smaller disks need an ordered temporary home. In Toggle Grid, moving down the board progressively narrows the remaining repair routes.

Why undo does not erase the plan

Undo is useful feedback, not a substitute for consequences. It lets you test whether your prediction matched the board and recover without reconstructing the initial state by hand. Both games count the reversal in move efficiency, so exploration remains visible in the result.

A reset is broader: it restores the starting position but retains the move count for that round. This makes the interface forgiving without allowing a long unsuccessful route to disappear from the score.

How Tower Transfer creates fair routes

Every legal Tower Transfer state records which of three pegs holds each disk. The exact breadth-first solver explores that complete graph in distance order, so its first path to the goal is guaranteed to be shortest. Even the five-disk Hard game has at most 243 states.

Easy uses the familiar full three-disk tower with par seven. Standard and Hard select reproducible legal split layouts only after the solver proves that their route depths land inside the published 10–15 and 22–31 move ranges.

How Toggle Grid creates fair boards

The generator creates only reachable states by applying legal presses to a solved board. An independent exact solver then tests every possible first-row pattern, chases its consequences down the remaining rows and selects the shortest complete route. A board is used only when its true optimum falls inside the difficulty range.

This matters because surface busyness is not a reliable difficulty measure. A board with many lights can collapse in two presses, while a sparse arrangement may require a longer sequence. Difficulty should follow the actual route, not the screenshot.

What Planning Workout scores mean

Both games put completion first, move efficiency second and pace a distant third. Tower Transfer uses a 70/25/5 split, while Toggle Grid uses 72/23/5. That balance is specific to reversible planning games; it is deliberately different from the accuracy-led recipe used for multiple-choice puzzles. Difficulty records remain separate.

A score describes one recreational puzzle session. It does not measure executive function, intelligence, decision-making quality or neurological health. Improvement can reflect familiarity with this particular rule as much as any broader change.

Planning puzzle questions

Are planning puzzles the same as logic puzzles?

They overlap, but the emphasis differs. Logic puzzles usually ask which conclusion satisfies the constraints. Planning puzzles ask which sequence of actions reaches a goal while preserving useful future states.

Are the puzzles free?

Yes. Tower Transfer and Toggle Grid can both be played without payment, registration or an account.

Do the games always know the shortest route?

Yes. Tower Transfer searches its complete three-peg state graph, while Toggle Grid checks every possible first-row press pattern and compares every valid complete route.

Are both games in the Daily Workout?

No. Toggle Grid remains the Daily-eligible Planning exercise. Tower Transfer is standalone while its longer Standard timing and complete circuit fit are reviewed separately.

Put the route into action

Clear the way.
Move the tower.

Play Tower Transfer