Interactive Fifteen Puzzle

---

Here you can play with a textual representation of the Fifteen Puzzle.

This puzzle consists of a four-by-four grid containing fifteen numbered tiles and an empty space. In the solved state, the tiles are arranged in ascending order, left to right and top to bottom. Shifting tiles into the empty space mixes them up.

Use the links below to alter the puzzle state.

---

Current State

+---+---+---+---+
| 1 | 2 | 3 | 4 |
+---+---+---+---+
| 5 | 6 | 7 | 8 |
+---+---+---+---+
| 9 |10 |11 |12 |
+---+---+---+---+
|13 |14 |15 |   |
+---+---+---+---+

Reset puzzle

Scramble puzzle

Moves

Shift tile 12 down

Shift tiles 8 and 12 down

Shift tiles 4, 8 and 12 down

Shift tile 15 right

Shift tiles 14 and 15 right

Shift tiles 13, 14 and 15 right

---

Up One Level

Home

[CGI Last updated: 2024-10-06]