The 15 puzzle is played on a 4×4 grid of sixteen squares, fifteen of which hold numbered tiles from 1 to 15 while the remaining square stays empty. That fixed layout — four rows, four columns, one gap — is what makes the puzzle solvable, and it is also the source of a persistent naming mix-up: many people searching for "15 puzzle 3x3" actually mean the classic 15 puzzle, which is a 4×4 board, because they count the visible rows and columns of full tiles (three numbered rows plus a row containing the gap, three numbered columns plus a column containing the gap). The smaller "3×3" cousin is a different game called the 8 puzzle, with eight tiles and one gap. This article clears up the grid question, shows you exactly what the 4×4 board looks like, and walks you through opening a free round in your browser.
That confusion matters because the tile count, the gap position, and the parity check are all built around the 4×4 shape. Search for "3×3" and you may land on a tool that hands you only eight tiles; search for "15 puzzle" and you land on the canonical sliding puzzle with fifteen. Knowing which one you want — and why — saves you a few minutes of squinting at the wrong board.

Why "15 Puzzle 3x3" Is a Common Mix-Up
The phrase "15 puzzle 3x3" almost always points back to the same classic game, but the words describe two different things at once. "15" names the tile with the highest number, and that tile count only happens on a 4×4 board: sixteen cells, one gap, fifteen tiles. "3×3" describes the playing grid, which is actually four squares wide and four squares tall. The two facts don't line up unless you remember that the "3" refers to the count of tiles per row, not the count of rows.
There is also a separate, smaller puzzle that genuinely is 3×3. It is usually called the 8 puzzle or the 3×3 sliding puzzle, and it has eight numbered tiles and one gap. It is the direct relative of the 15 puzzle, and the same inventor — Sam Loyd, in the 1870s — popularized both. When a site lets you choose, you are picking between the 8 puzzle, the 15 puzzle, and (sometimes) larger versions with 24, 35, or more tiles. The piece count and the grid size grow together.
The point is not which version is "correct." The point is that a 3×3 board cannot hold fifteen tiles, so the only way to get a 15-tile game is to play on a 4×4. If your goal is the canonical sliding puzzle with fifteen numbered squares, you want the 4×4 version — exactly what Lizely's 4×4 15 Puzzle game deals you.
The 4×4 Board, Tile by Tile
Open a fresh round and you see sixteen squares arranged as four rows and four columns. Fifteen of those squares hold a tile numbered 1 through 15, each number printed exactly once. The sixteenth square is blank — that is the gap, and only tiles adjacent to the gap can slide. The gap may appear anywhere when a round starts, but it always shifts when you press an arrow key or click a neighboring tile.
The target arrangement is rigid: row 1 reads 1, 2, 3, 4 from left to right; row 2 reads 5, 6, 7, 8; row 3 reads 9, 10, 11, 12; row 4 reads 13, 14, 15 with the gap in the bottom-right corner. Anything else is a mid-round state. The goal is to reach that layout with as few moves as possible.
Two structural facts are worth knowing up front. First, every tile is interchangeable with any other tile of the same shape, so the puzzle has no special "key" piece — what matters is the empty square and the permutation parity of the tiles. Second, the gap itself does not get a number; it is purely a feature of the board. If you have ever wondered whether the gap belongs in some specific position, the answer is that it just travels.
Open and Play a Round in Your Browser
The 15 puzzle needs no install, no account, and no special hardware. The full round takes place on the page you load, and the only controls you need are the arrow keys plus a mouse if you prefer clicking. Here is the shortest path from search result to solved board.
- Open the Lizely 15 Puzzle page in your browser. The 4×4 board loads with a freshly shuffled, mathematically solvable arrangement and the gap somewhere on the grid.
- Press any arrow key — Up, Down, Left, or Right — to slide a tile into the gap, or click any tile that sits directly next to the empty square.
- Repeat, planning two or three slides ahead. Each arrow press counts as one move, regardless of how many tiles visually shift.
- Keep rearranging until row 1 shows 1, 2, 3, 4 and every following row follows the same left-to-right order, ending with the gap in the bottom-right.
- When the final tile falls into place, the round ends and your move count is recorded. Your best result on this device is shown so you can try to beat it on the next shuffle.
If at any point the scramble looks hopeless, restart the round for a fresh, solvable board. The deck never deals an unsolvable shuffle, so any round you start can be finished — the only variable is how few moves it takes you.
How Moves and Scoring Actually Work
Every arrow press or click on an adjacent tile counts as exactly one move. That count is the score for the round; it is not a time, it is not a rating, it is the raw number of slide operations you performed between the start shuffle and the solved state. The Lizely version saves your best result locally on the device you played on, so your personal record travels with your browser profile but does not sync anywhere else.
There are a few practical consequences. Because the score rewards planning, a slow, methodical run almost always beats a frantic clicking run. Because the count is local, clearing your browser data will reset your best. And because the game verifies permutation parity before it deals each round, half of the possible shuffles are silently rejected — those are the arrangements that mathematics proves cannot lead to the solved state, no matter how long you work at them. You can read more in the guide on why only half of random 15-puzzle boards are solvable.
You can solve the round in any order you choose, but the score is the same metric regardless of strategy: total moves. That makes it a fair comparison between two players of very different speeds, and a more honest benchmark than wall-clock time.
Solving Strategy: Reduce the Board Step by Step
The classic method, and the one the game is built to reward, is to shrink the board as you go. You solve the top row first, then the left column, then the smaller board that remains in the bottom-right, and repeat. Each time you finish a row or a column, you stop touching it; you only ever move tiles in the region you are currently working on.
For the first row, slide tile 1 to the top-left, then tile 2 next to it, then 3 and 4 — using the gap to shuttle each tile into place without disturbing the ones already locked down. For the left column, the same idea: tile 5 below tile 1, then 9, then 13, with the gap doing the heavy lifting. The bottom-right 3×3 you have left is structurally identical to a smaller version of the same puzzle, and the same reducing strategy applies to it.
Two pitfalls are worth flagging. First, never move the gap diagonally; only an adjacent tile can slide, so each press moves exactly one row or one column. Second, avoid "breaking" a row you have already solved to chase a tile deeper in the board — every broken row adds at least four moves to bring it back. If you must temporarily disturb a solved row, count the moves you will need to repair it, and only commit when the savings downstream are clearly larger.
Controls and Inputs at a Glance
Below is the full set of inputs the game recognizes. The same actions work whether you play with the keyboard or the mouse, and you can switch mid-round without penalty.
| Action | Keyboard | Mouse / Pointer |
|---|---|---|
| Slide a tile into the gap | Arrow key (Up, Down, Left, Right) | Click any tile adjacent to the empty square |
| Count the move | Each arrow press counts as one move | Each click on an adjacent tile counts as one move |
| Start a new shuffle | Restart control on the page | Restart button on the page |
| Hide the board quickly | Press Esc twice (boss key) | Not available by mouse |
| Save your best score | Automatic on solve | Automatic on solve |
The double-Esc boss key is a small but useful detail: pressing Esc twice swaps the board for a spreadsheet-style cover screen in case someone glances at your screen mid-round. It is not a move, it does not affect your score, and pressing it again (or starting a fresh round) restores the puzzle.
The N-Puzzle Family at a Glance
The 15 puzzle is the middle sibling of a family of sliding puzzles that all share the same rules: numbered tiles, one gap, slide by sliding an adjacent tile into the empty space. The only thing that changes between variants is the grid size and the matching tile count.
| Common Name | Grid Size | Numbered Tiles | Total Squares |
|---|---|---|---|
| 8 puzzle | 3×3 | 8 | 9 |
| 15 puzzle (the classic) | 4×4 | 15 | 16 |
| 24 puzzle | 5×5 | 24 | 25 |
| 35 puzzle | 6×6 | 35 | 36 |
Each larger version multiplies the difficulty, since both the search depth and the chance of accidentally breaking a solved row grow with the grid. If you are new to sliding puzzles, the 8 puzzle is a friendlier starting point. If you specifically want the 15-tile board with all its history, the Lizely 15 Puzzle game delivers exactly that without any setup or download.
Quick Troubleshooting for First Solvers
If a tile does not move when you press an arrow key, it usually means the tile you tried to slide is not adjacent to the gap — only the four tiles sharing an edge with the empty square can be slid, so the puzzle simply ignores a press that targets a tile two squares away. Move the gap closer first, then slide your target tile.
If a round feels impossible, it is not. The game filters out the unsolvable half of all permutations before dealing, so every shuffle you are handed can be solved. If you are stuck on a particular tile, the standard recovery is to set it aside, finish the surrounding row or column, and come back to it once the gap is in a useful position.
If your best score has disappeared after you cleared your browser data, that is by design — the record is stored on the device, not on a server. The next solved round simply establishes a new local best.
The 15 puzzle rewards patience more than anything else, and the difference between a long, sprawling run and a tight, efficient one is almost entirely a function of how rarely you break a solved row. Start with the top row, then the left column, then the 3×3 that remains, and the board will tighten up on its own as you go.