One simple rule, deep ordering
Every tile in Arrow Out points in a direction, and every level asks the same question: which arrow leaves first so the rest can follow? This simple rule hides a deep ordering problem, and we design each level to explore a different corner of that problem.
Teaching one concept per level
Short levels introduce one concept. A single blocked arrow teaches the player to look ahead. A pair of crossing arrows teaches sequencing. Longer levels combine these concepts into chains that require several moves of planning.
Why handcrafted beats procedural
We do not use procedural generation for the core campaign. Handcrafted levels let us guarantee that each puzzle has a deliberate solution path and at least one satisfying unlock moment where the board suddenly opens up.
Hints that respect the logic
The hint system respects that design. When you are stuck, the hint points to the next safe arrow to remove, not the entire solution. This keeps the player engaged with the logic rather than skipping it.
Accessible pacing, lasting depth
By controlling the pacing of concepts, Arrow Out stays accessible without running out of depth. The first level takes seconds; the later levels can take minutes of quiet thought.
