Toggle puzzles
Choose switches whose overlapping effects leave every light, tile or marker in the required final state.
Play this format →Train by skill · Planning
Look beyond the immediate move. Build a route in which each action leaves the board ready for what has to happen next.
Current stateThink two moves ahead
Planning workout available now
Turn every light off. Each press changes itself and its vertical and horizontal neighbours, so a useful move is one whose side effects fit the route.
Planning puzzle formats
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.
Choose switches whose overlapping effects leave every light, tile or marker in the required final state.
Play this format →Reach a destination while anticipating blocked squares, one-way moves, hazards or a limited supply of steps.
Format under editorial reviewArrange operations so that each move creates the conditions needed by the next, as in Tower of Hanoi.
Format under editorial reviewMove pieces through restricted space without trapping the part that eventually needs the exit.
Format under editorial reviewTransport people or objects while keeping every intermediate state legal, not merely the final destination.
Format under editorial reviewA 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.
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.
The best immediate change is not always the best step towards the final state.
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 Toggle Grid, a light in one row can only be changed by presses in that row or the rows directly beside it. Once you move down the board, the available repair routes narrow.
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. Toggle Grid still counts the reversing press in move efficiency, so exploration remains visible in the result.
A reset is broader: it restores the starting position but retains the press count for that round. This makes the interface forgiving without allowing a long unsuccessful route to disappear from the score.
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.
Toggle Grid puts completion first, move efficiency second and pace a distant third. That balance is specific to a reversible planning game; 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.
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.
Yes. Toggle Grid can be played without payment, registration or an account.
Yes. For grids up to 5 × 5, the solver checks every possible first-row press pattern and compares every valid complete route.
The hub leaves room for genuinely different mechanics such as sliding blocks or route planning. They will be added only with their own validated generator, controls and subject-specific guidance.
Put the route into action