Arrow Shift Logic Tree
About Arrow Shift Logic Tree
The board is a grid of tiles, each tile marked with an arrow pointing up, down, left, or right. Clicking a tile shifts its entire row or column one space in the direction of the arrow, wrapping tiles around the edges. The goal is to rearrange the tiles so that colours or symbols on the tiles end up in a specified pattern, usually matching a target layout shown on the side.
The challenge comes from the cascading effects of each shift. A single move repositions several tiles at once and changes which arrows are available for future moves. Since every shift is dictated by an arrow you can only use once in that position, the puzzle becomes a sequence of forced choices. A careless slide can trap essential tiles in a corner or align arrows so no further valid moves remain. Solving a level requires reading several steps ahead, testing sequences mentally, and occasionally undoing back to a branch point to try a different order of shifts.
Tips to win
- Before moving, locate the target positions for each colour and work backwards from there.
- Avoid moving the same row or column twice in a row unless you have a clear plan, as it often wastes moves.
- If you get stuck, scan for arrows that point toward the centre of the board; they often open up new options.





