Setup and opening position
A deterministic sequence of valid block rotations scrambles the numbers one through nine from their row-major target while preserving a provably reachable opening.
Return the three rows to one-through-nine row-major order using only legal overlapping two-by-two rotations.
Your unfinished game is saved only in this browser.
Return the three rows to one-through-nine row-major order using only legal overlapping two-by-two rotations.
Complete guide
Twiddle Puzzle is a complete browser implementation with its own versioned rules profile. Order nine numbered cells by rotating overlapping two-by-two blocks on a three-by-three board, choosing either clockwise or counterclockwise quarter-turns.
A deterministic sequence of valid block rotations scrambles the numbers one through nine from their row-major target while preserving a provably reachable opening.
Choose any of the four two-by-two blocks and rotate its four numbers one quarter-turn clockwise or counterclockwise. Individual tiles cannot move alone or leave the grid.
Return the three rows to one-through-nine row-major order using only legal overlapping two-by-two rotations. Once most positions match, compare clockwise and counterclockwise options in the smallest affected block and follow the constructive hint rather than creating a long cycle.
Use overlapping blocks to carry a misplaced number toward its target while monitoring the three companions that rotate with it; inverse turns can preserve earlier progress. Focusing on a single number hides the three simultaneous changes in every move, so a locally correct corner can be destroyed by an adjacent block rotation.
Return the three rows to one-through-nine row-major order using only legal overlapping two-by-two rotations.
Choose any of the four two-by-two blocks and rotate its four numbers one quarter-turn clockwise or counterclockwise. Individual tiles cannot move alone or leave the grid.
Use overlapping blocks to carry a misplaced number toward its target while monitoring the three companions that rotate with it; inverse turns can preserve earlier progress.