It takes an image, slices it up in different pieces and presents it to the user as a puzzle.
The user can than play and try to solve the puzzle image.
The developer can configure the image used in the puzzle, its dimensions (height, width) and the matrix split.
The matrix split is a number n, defining a n*n matrix (equal columns and rows). So setting the matrix split to 4 will produce a 4 by 4 puzzle., with a piece missing to allow the user to move.
To move a piece click on it. The piece will move to an adjacent free spot.
Requirements:
· JavaScript enabled on client side
· jQuery 1.2.6 or higher