Play the sliding puzzle free in your browser
Open the interactive game with 3×3, 4×4, and 5×5 boards, move counter, timer, and local best scores—no install required.
1. What is the sliding puzzle (15 puzzle)?
The sliding puzzle—often called the 15 puzzle when played on a 4×4 grid—is a classic tile puzzle where numbered squares sit on a board with one empty cell. You solve it by sliding tiles horizontally or vertically into that space until the numbers read in order (usually with the blank in a chosen corner, often bottom-right).
The smaller 8 puzzle uses a 3×3 grid (eight tiles plus one blank). Larger sizes (e.g. 5×5) add difficulty and move count. All are the same family of logic puzzles used for brain training and casual play.
2. Rules and goal
- Legal moves: Only a tile adjacent to the empty cell can slide into it—no diagonal moves, no lifting pieces.
- Goal state: Tiles are in order from 1 to N² − 1, with the blank in the agreed position (here: bottom-right).
- Scrambles: A fair game starts from a solvable random position (not every random layout is solvable; good implementations only use valid shuffles).
Ready to try? Start a new game on the puzzle page and pick a size that matches your skill level.
3. Core solving strategies
3.1 Solve row by row
On many boards, a practical approach is to lock in the top row first: get 1, 2, 3… into place without undoing them, then move down. Repeat for the next row until only a smaller bottom region is left.
3.2 Keep the empty space useful
Position the blank near the tiles you are fixing so you do not trap pieces or waste moves shuffling the whole board.
3.3 Work on corners and edges
Edges act like rails: once the first rows (or columns) are correct, you reduce the problem to a smaller rectangle at the bottom-right—similar to how you might approach a Rubik’s cube layer by layer (different mechanics, same “reduce the problem” idea).
3.4 Practice smaller sizes first
If 4×4 feels heavy, spend time on 3×3 to build intuition for how tiles circulate. When that feels comfortable, step up to 4×4 and 5×5 on the same puzzle page.
4. Common mistakes
- Random sliding: Moving tiles without a plan increases move count and hides the blank where you need it.
- Breaking finished rows: After placing early tiles, avoid shuffles that undo completed areas unless necessary.
- Ignoring the blank: The empty cell is your only “tool”; plan moves so it stays where you can use it.
5. Why play here?
Our browser sliding puzzle runs on desktop and mobile: tap or click tiles, track moves and time, and keep personal bests on your device. Use this guide for theory, then open the game to practice.
Summary
The sliding puzzle is a timeless 15-puzzle style challenge: order the tiles with legal slides and an empty cell. Start with clear goals, solve in layers, and use the blank deliberately. Play the sliding puzzle online whenever you want a quick brain teaser.