Arrow Puzzle is a free logic puzzle game from Stratos Games. The board is a grid of arrows, each pointing in a fixed direction. Tap an arrow and it slides off the board — but only if the path is clear. Tap a blocked arrow and both arrows flash red, costing a life. Levels are procedurally generated, so the game ramps from a five-arrow opener to a dense multi-collision tangle without repeating itself. Free in any browser, with native Android and iOS builds in active development.

Quick facts

How Arrow Puzzle plays

The board is a grid. Every cell holds an arrow pointing in one of four directions. Each level has a fixed number of arrows; clearing them all wins the level.

To clear an arrow you tap it. The arrow slides off the board in its own direction. If the path is clear, the arrow leaves and the move counts. If another arrow is in the way, both arrows flash red, you lose a life, and the board stays put.

So the puzzle is order. Every board can be solved if you take the arrows in the right sequence. The wrong sequence locks you. The skill is reading the board fast — finding the arrow whose path is already clear, freeing it, and seeing which arrow that opens up next.

Why procedural levels

Most puzzle games hand-author every level. That is fine for the first hundred and miserable for the next thousand. Arrow Puzzle generates levels from a difficulty config — grid size, arrow density, collision count, twist count — so the level pipeline can ramp infinitely without burning weeks on hand-crafted content.

The trade-off is that procedural levels can feel mechanical if the generator is naive. We tune the generator so each difficulty bucket has the same shape a hand-authored set would have: a fair opener, a couple of “huh, this is the move” reveal levels, and one stretch level near the top of the bucket. The generator runs deterministically so a “level 47” today is the same “level 47” you can replay tomorrow.

Why a logic puzzle

Logic puzzles are the genre that compounds. A player who likes Arrow Puzzle today is likely to play another logic puzzle from the same studio tomorrow — and another, and another. Casual players who fall in love with one logic puzzle tend to stay in the genre for years. We are betting that Arrow Puzzle is the studio’s first logic franchise, with more in the pipeline once the procedural level tooling proves itself.

It also sits in a different niche than BLOXPLODE. BLOXPLODE is reflexes plus geometry. Arrow Puzzle is patience plus order. Together they let the studio cover both halves of the casual-puzzle audience — the score-chaser and the level-solver.

Play Arrow Puzzle

FAQ

Is Arrow Puzzle free? Yes, completely free. No paid levels, no paywall, no required ads.

Do I need to install anything to play? No. The web build runs in any modern browser on phone or desktop. Native Android and iOS apps are in development for offline play.

How many levels are in Arrow Puzzle? Levels are procedurally generated. The difficulty curve currently runs from level 1 (a five-arrow opener) through dozens of progressively denser boards. Each level is deterministic — replay level 47 tomorrow and it will be the same level 47.

Who makes Arrow Puzzle? Arrow Puzzle is made by Stratos Games. Production is human-tested and AI-built — Shahariar Mody plays every build on a real device before it ships.

Why are the levels procedurally generated instead of hand-designed? Hand-authoring a thousand levels is slow. A generator tuned by a difficulty config can ramp infinitely without losing the shape of a good level. We tune the generator until each difficulty bucket plays like a hand-authored set, and we keep tuning as players give us data on which levels feel fair vs which feel mechanical.