In short. A sliding block puzzle gives you pieces that move only by sliding — never lifting, never rotating — inside a frame too small for comfort. The difficulty is not the goal but the order: freeing one piece usually means putting three others in your way first. Rush Hour, published in the 1990s, is the version most people know; the colour-gate variant adds a second constraint by giving each block its own exit.
What makes them hard
Nothing is hidden. You can see the whole board, there is no randomness, and every legal move is obvious. And yet a well-made board of a dozen pieces will stop a competent adult for twenty minutes.
The reason is that the moves are not independent. In most puzzles you can work on one part while leaving the rest alone. Here, the only way to free a piece is to move others into positions that block something else. Progress and regress look identical while you are making them.
This is not an impression. Deciding whether a sliding block configuration can be solved is PSPACE-complete — the class of problems that are hard for computers too, not merely tedious. Brute force does not rescue you here the way it does in chess endgames.
A short history
The ancestor is the 15 puzzle, which swept America in 1880 — fifteen numbered tiles in a sixteen-square frame. Sam Loyd claimed credit and famously offered a prize for solving an arrangement that was mathematically impossible, which did the puzzle no harm at all.
Dad’s Puzzler followed in 1909, replacing numbered tiles with rectangles of different sizes — the shape the genre still uses. Then Nob Yoshigahara built Rush Hour in the 1980s, adding the idea that pieces slide only along their own axis, and that one specific piece has to reach the exit.
Colour gates
The modern variant changes the goal. Instead of one piece escaping, every piece has to leave — each through the gate matching its colour.
That inverts how you plan. In Rush Hour you clear a path for a single target and everything else is an obstacle. Here every block is both cargo and obstacle, and the order you release them is the whole puzzle: send the wrong one out first and you have sealed the route for two others.
How to read a jammed board
- Work backwards from the gates. Ask which piece must leave last — it is usually the one furthest from its own colour — and plan around it rather than around the piece that looks easiest.
- Find the piece nothing can move past. On most stuck boards there is exactly one, and every solution begins by dealing with it.
- Count the empty squares. A puzzle with one free square is a sequence, not a choice; with three or four, you have room to shuffle and the difficulty lies elsewhere.
- Undo early. Because progress and regress look alike, twenty moves down a wrong branch feels exactly like twenty moves of progress. Restart sooner than feels reasonable.
This game builds its boards by working the solution backwards from a solved position, which is why every level is guaranteed solvable and why its rating reflects the number of pieces actually involved rather than a guess at difficulty.
Frequently asked questions
What is a sliding block puzzle?
A puzzle in which pieces move only by sliding within a frame — they cannot be lifted out or rotated. The goal is to bring one piece, or every piece, to a target position. The 15 puzzle and Rush Hour are the best-known examples.
Why are sliding block puzzles so difficult?
Because the moves interfere with each other: freeing one piece requires putting others in the way. Formally, deciding whether such a configuration can be solved is PSPACE-complete, which means it is genuinely hard for computers as well as for people.
What is the difference from Rush Hour?
In Rush Hour a single target piece must reach one exit and everything else is an obstacle. In the colour-gate variant every piece must leave through the gate matching its own colour, so the order in which you release them becomes the puzzle.
How do I get unstuck?
Work backwards from the exits rather than forwards from the easiest move, and identify the one piece that nothing can pass. If twenty moves have not opened anything, restart — on this kind of board a wrong branch feels exactly like progress.
Play Jam
A thousand boards, from four open walls to six-colour gridlocks. Free, no account.