Sudoku structure6 min read

Sudoku Grid Transformations Explained

Two Sudoku grids can look different while hiding the same logical structure. A small set of safe transformations changes the appearance without changing how the puzzle works.

Symbols can be renamed without changing the puzzle

Sudoku cares about whether symbols match, not what those symbols are called. If every 1 becomes a 7 and every 7 becomes a 1, with the same swap made throughout the clues and solution, every row, column, and box still contains each symbol once. You can apply any complete relabeling as long as one symbol always maps to one other symbol. Shapedoku is a clear example of this principle. The triangle, hexagon, circle, crystal, heart, diamond, square, crescent moon, and lotus flower play the same logical roles that digits do in classic Sudoku. Replacing numbers with shapes does not create a new solution or remove a deduction. It only changes the labels your eyes follow. This is also why a classic number puzzle can be entered into the Shapedoku solver by mapping 1 through 9 to the shape palette in a consistent order.

Some rows and columns can trade places safely

The nine rows are arranged in three horizontal bands, with three rows in each band. You may swap rows inside the same band without breaking the boxes. For example, the first and third rows can trade places because both remain inside the top band. You may also swap entire bands, moving the top group of three rows below another group. Columns follow the same pattern. You can swap columns inside one vertical stack, or move whole stacks as groups. What you cannot do is exchange a single row from the top band with a single row from the middle band, because that would pull cells out of their original 3 by 3 box structure. The safe moves preserve all three kinds of unit at once. Every old row becomes a new row, every old column becomes a new column, and every old box becomes a new box.

Rotations and reflections preserve the rules

Turn a Sudoku grid by 90, 180, or 270 degrees and its rows, columns, and boxes remain valid units. Reflect it from left to right, top to bottom, or across a diagonal and the same is true. A row may become a column, but it still contains the full symbol set exactly once. These geometric transformations are useful when studying puzzle equivalence. A grid that appears new may be a rotated, reflected, or relabeled version of another grid. That does not make it a bad puzzle, because the solving experience can still feel different when clues appear in unfamiliar visual positions. It does mean the two boards share the same deeper arrangement. Constructors and researchers use these relationships to group grids into families rather than counting every cosmetic variation as completely separate.

  • Rename all nine symbols with one consistent mapping.
  • Swap rows only within one band, or swap whole bands.
  • Swap columns only within one stack, or swap whole stacks.
  • Rotate the full grid by a quarter turn, half turn, or three-quarter turn.
  • Reflect the full grid horizontally, vertically, or diagonally.
  • Apply the same transformation to every clue and every solved cell.

Ready to put it into practice?

Play Shapedoku free in your browser. No download, no login, just colorful shape Sudoku.

Play the Web App

Keep reading