The Goal
You are arranging tiles 1 through 15 in numerical order, top to bottom, left to right, with the empty square ending up in one specific spot. On Zentile the empty square sits at the top-left in the solved state, so the layout reads:
· 1 2 3
4 5 6 7
8 9 10 11
12 13 14 15
Different versions place the empty square in the bottom-right with tiles 1-15 starting at the top-left — the strategy is identical, just mirrored.
The Big Idea: Solve in Layers
Trying to solve everything at once is what gets beginners stuck. The trick is to split the 4×4 board into smaller pieces:
- First, lock the top row (tiles 1, 2, 3).
- Then lock the left column (tiles 4, 8, 12).
- That leaves a 3×3 block. Repeat the same row-then-column method on that block.
- Finally you'll be left with a 2×2 block that solves itself with a short rotation.
Once a tile is locked, you treat its square as if it doesn't exist anymore. You never disturb it again.
Step 1: Solve the Top Row
Place tile 1 in the upper-left spot first. Get it close, then slide it into position — easy. Now place tile 2 next to it. So far, so simple.
Tile 3 is the trap. If you put 3 directly into the top-right corner now, you'll have nowhere to drop tile 4 without bumping 3 out of place. Use this setup instead:
Last-two-of-row trick: place tile 3 in the top-right corner and tile 4 directly below it (where 7 belongs). Then rotate the corner: slide them into place together. The top row locks cleanly without ever disturbing 1 or 2.
Step 2: Solve the Left Column
Same idea, rotated 90 degrees. Place tile 4 in the second row of the left column (it's already there if you used the trick above — perfect).
Now apply the last-two trick to tiles 8 and 12: park 8 in the bottom-left corner and 12 directly to its right, then rotate the corner. Both tiles lock without disturbing the top row.
Step 3: Reduce the Puzzle
You now have a solved top row, a solved left column, and an untouched 3×3 block in the bottom-right. Mentally treat that 3×3 as a fresh, smaller 8-puzzle.
Repeat the same idea: solve its top row (tiles 5, 6, 7) using the corner-rotation trick again, then solve its left column (tile 9). What remains is a 2×2 block.
Step 4: The Final 2×2
The last four tiles — 10, 11, 14, 15 — and the empty square form a tiny 2×2 cycle. There are only two possibilities:
- The four tiles are in cyclic order — rotate them once or twice and you're done.
- They aren't — and they never will be, because you solved everything correctly above. (If a 2×2 ever looks unsolvable here, something earlier slipped; restart that 3×3 reduction.)
If you've followed the strategy from the start, the bottom-right corner falls into place in just a few clicks. The puzzle is solved.
Common Beginner Mistakes
- Solving 3 before 4. Almost everyone tries to put tile 3 directly into the corner first. It works once or twice, then traps you. Use the corner-rotation setup.
- Disturbing locked tiles. Once a tile is in its solved position, route the empty square around it — never through it.
- Solving outside in. Some beginners try to lock the bottom row first because the highest numbers are intimidating. Always work top-to-bottom, left-to-right; it gives you the most empty space to maneuver.
- Spinning randomly. If you don't have a plan for the next two moves, stop and look. The puzzle rewards thinking far more than speed.
Tips for Faster Solves
- Lower your move count first, then your time. Speed only happens once your hand stops second-guessing your eyes.
- Look two moves ahead, not ten. Pros aren't computing a 60-move plan — they recognise small repeating patterns and chain them together.
- Use row swipes. On Zentile a single swipe can slide several tiles in one motion, which counts as a single fluid move and saves time.
- Practice the smallest board first. The 3×3 (8-puzzle) is the same strategy in miniature. Mastering it makes the 4×4 click.
- Solve daily, not in marathons. Five minutes a day for two weeks beats a single one-hour session for building muscle memory.
What About Bigger Boards?
5×5 and 6×6 are not harder in kind, only in scale. The exact same row-then-column reduction works — you just do it more times. Each round of "solve top row, solve left column, reduce" peels one ring off the puzzle until you're back to a 2×2.
The cost is move count: a typical 4×4 solve takes 50-80 moves; a 6×6 can need 300+. Stick to the method, breathe, and don't rush. Bigger boards are mostly a test of patience.
Top row → left column → reduce to 3×3 → repeat → finish the 2×2. The corner-rotation trick handles the last two tiles of every row and column.
Try the strategy now
Open Zentile, pick the 4×4 board, and walk through the steps above. The first clean solve usually arrives within a few attempts.
Play Zentile →