Free sliding number puzzle game
Number slide puzzle
Numbered tiles, one empty space, put them in order. Pick a grid and play.
The number slide puzzle is the original version of the sliding puzzle: tiles numbered from 1 upward, arranged in a square grid with one cell missing. You slide a tile into the empty cell, and you win when the numbers read in order from the top-left corner with the empty cell at the bottom-right.
Numbers make the puzzle honest. There is never any doubt where a tile belongs, so the whole difficulty is in the route, not in recognising pieces. That is also why this version is used to study search algorithms: the 3×3 board has 181,440 solvable positions, the 4×4 board more than ten trillion.