What is the Sliding Tile Puzzle?
The Sliding Tile Puzzle (often called the 15-Puzzle) is a classic sliding game consisting of numbered square tiles in a grid with one empty space. Your objective is to place the tiles in numerical order (from left to right, top to bottom) by making sliding moves that use the empty space. It is a challenging test of spatial reasoning, planning, and logical analysis.
Our online version offers multiple grid layouts (3x3 for a quick game, 4x4 for a classic puzzle). The interface is fully responsive, allowing you to click or tap tiles to slide them instantly. The game tracks your total moves and elapsed time, so you can measure your progress and aim to beat your high scores.
How to Play the Sliding Puzzle
- Step 1: Select your grid difficulty (3x3 or 4x4). The board scrambles automatically.
- Step 2: Click or tap a tile adjacent to the empty space to slide it into that space.
- Step 3: Move tiles systematically to rearrange them in order: 1, 2, 3... with the empty space ending at the bottom-right corner.
- Step 4: Solve the board in as few moves and as quickly as possible.
Rules of the Sliding Puzzle
- Only tiles immediately adjacent (horizontally or vertically) to the empty cell can be moved.
- Tiles cannot lift off the board or skip spaces.
- The game is completed and won when all numbers are sorted in ascending order from top-left to bottom-right.
Tips & Strategies
- Solve row by row: Start by solving the top row first. Once locked, move to the next row down. This reduces the problem size as you progress.
- Leave the bottom rows for last: The bottom-left and bottom-right sections are the trickiest. Solve them together by rotating groups of tiles.
- Don't scramble solved areas: Once you successfully place a row, avoid moving those tiles out of position unless absolutely necessary, and restore them immediately.
- Keep the empty space handy: Use the empty cell to rotate blocks of tiles without disrupting already completed rows.
History & Origins
Invented in the late 1870s by Noyes Palmer Chapman, the sliding puzzle created a global craze in 1880. It has remained a mathematical classic ever since, demonstrating group theory and pathfinding algorithms in computer science. Modern sliding games exist in various visual themes, but the classic number grid remains the favorite of puzzle enthusiasts.
Frequently Asked Questions
Are all scrambled boards solvable?
Yes. Half of all random scrambles in sliding puzzles are mathematically unsolvable. Our generator is guaranteed to only create valid, solvable configurations, so you can always solve the board.
Can I choose the grid size?
Yes, we support both 3x3 grids (8 tiles) for a quick game, and 4x4 grids (15 tiles) for a classic challenge.
Is this game playable on tablets?
Absolutely, the tile grid is fully responsive and supports touch taps on tablets and smartphones.
How is the move count tracked?
The game increments your move counter by one each time you slide a tile, encouraging you to plan ahead and minimize unnecessary moves.