Quantum Swap
Match the target 4x4 matrix by rotating rows right and columns down. Every move shifts an entire line with wrap-around, so local changes ripple through the board.
Moves: 0
Best: --
Mismatches: 0
Status: Ready
Current Matrix
Operations
- C1-C4: rotate selected column down by one.
- R1-R4: rotate selected row right by one.
Goal
Eliminate all mismatches so the current matrix exactly equals the target matrix.
Hint
Columns move pieces between rows; rows fix horizontal placement. Alternate both for faster solves.