How to Play Arrow Slide Puzzle
Arrow Slide Puzzle is a clean, relaxing brain teaser with a simple rule and surprising depth. Every tile on the board has an arrow. Tap a tile and it slides in the direction the arrow points. If the path to the edge of the board is clear, the tile flies off and disappears. Your goal: clear every tile from the board.
The twist is that tiles block each other. A tile can only leave the board if nothing is in its way — so the real puzzle is figuring out the order to clear them.
The core loop
- Tap a tile to slide it in its arrow's direction.
- If the path to the edge is clear, the tile flies off.
- If a tile blocks the path, the tap does nothing (the tile shakes).
- Clear every tile to complete the level.
Why it's harder than it looks
At the start of a level, only a few tiles have a clear path off the board. Clearing those opens up new paths for the tiles behind them — which opens up more paths, and so on. It's like untangling a knot: you have to pull the right strand first.
Get the order wrong and you'll strand a tile with no way out — at which point you simply Undo and try a different sequence. Every level is guaranteed to have a solution.
Every level is guaranteed solvable
Here's something most puzzle games can't promise: every single Arrow Slide level can be solved. The levels are generated in reverse — tiles are placed one at a time, each in a position where it could slide cleanly off the board given the tiles already placed. This construction guarantees a valid clearing order always exists. You will never hit an impossible level.
The controls
- Tap / click a tile — slide it in its arrow's direction.
- ↶ Undo — take back your last move.
- ↻ Restart — reset the whole level.
- 💡 Hint — highlight a tile you can clear right now (uses a hint, costs a star).
Star ratings
Each level rewards up to 3 stars:
- 3 stars — solved cleanly: no taps on blocked tiles, no undos, no hints.
- 2 stars — used a little help.
- 1 star — completed the level.
Your best rating per level is saved, so you can come back and try to perfect earlier levels.
The strategy that wins
1. Find the "free" tiles first
At any moment, some tiles already have a clear path to the edge. These are your moves. Tap one, see what it opens up, repeat.
2. Think one layer ahead
Before you clear a tile, look at what's behind it. Clearing the right tile unblocks several others; clearing the wrong one might strand a tile.
3. Work backwards when stuck
If you can't find a move, ask: which tile has to come out last? Then figure out what's blocking it, and clear those first. Reverse-engineering the order is the key skill.
4. Edge tiles pointing outward are safe
A tile on the outer edge whose arrow points off the board is almost always safe to clear early — it rarely blocks anything.
5. Undo freely
There's no penalty for thinking. Undo is there so you can experiment with different orders until you find the one that works. (Just note that undos cost a star if you're going for 3.)
The difficulty curve
Arrow Slide eases you in and ramps up smoothly:
- Levels 1–8 — small 3×3 boards, just a few tiles. Learn the rule.
- Levels 9–22 — 4×4 boards with more tiles and tighter ordering.
- Levels 23–45 — 5×5 boards. Real planning required.
- Levels 46–80 — 6×6 boards. Expert territory.
- Levels 81+ — packed 6×6 boards for masters.
With 150+ levels (and endless beyond), there's always another challenge.
Why arrow puzzles are so satisfying
This genre hits the sweet spot of casual puzzle design:
- One-tap controls — anyone can play instantly.
- No time pressure — think as long as you like.
- That "aha" moment — finding the right order is genuinely satisfying.
- Guaranteed solvable — you never feel cheated by an impossible board.
- Bite-sized levels — perfect for a quick break or a long session.
Arrow Slide Puzzle is built in pure HTML, CSS, and JavaScript — no dependencies, fast loading, smooth 60 FPS animations. It works on phones, tablets, and desktops with touch and mouse support, and saves your progress automatically. No download, no signup.
Tips for 3 stars on every level
- Scan the whole board before your first tap.
- Identify which tile must leave last, and protect its path.
- Clear edge-out tiles early to open the board.
- Only use hints when truly stuck — they cost a star.
- If a level resists you, Restart and try a completely different opening.