Sliding Puzzle
This applet constructs a sliding puzzle based on an image provided. To move a tile into the empty space, click on the tile to be moved.
The applet was made by Eric Harshbarger, the anime image was not.
SlidingPuzzle2.tar
- AppletUtil3.class
- SlidingPuzzle2ech.class
- SPCanvas2.class
<param name=COPYRIGHT value="SlidingPuzzle applet, Copyright 1998, Eric Harshbarger">
IMAGE: This parameter points to an image file which will form the basis of the puzzle. Be sure to guidelines about images on the FAQ page.
COLUMNS: This indicates the number of columns the image will be divided into when the puzzle pieces are created.
ROWS: This indicates the number of rows the image will be divided into when the puzzle pieces are created.
SOUND.CLICK: This parameter points to a sound file which is played whenever a tile is moved. Be sure to read the FAQ section of sound files. The default is that no sound is used.
SOUND.SOLVED: This parameter points to a sound file which is played whenever the puzzle is solved. Be sure to read the FAQ section of sound files. The default is that no sound is used.