Goal
Rearrange the tiles into increasing order, reading left to right and top to bottom, with the empty space in the bottom-right corner.
As this module will show, some starting boards can be solved and some cannot. The goal is to understand when and why the game is solvable, and then to learn how to solve solvable boards systematically.
Goal board layouts. The 15 puzzle goal has rows 1, 2, 3, 4; 5, 6, 7, 8; 9, 10, 11, 12; and 13, 14, 15, blank. The 7 puzzle goal has rows 1, 2, 3, 4 and 5, 6, 7, blank.