The fifTEEN Puzzle
is a small but funny and most flexible
Java applet written by the two of us:
Andreas Abel
and
Peter Buchmann.
It is the implementation of a well known one-person logic game.
Instructions:
|
This is the HTML code for The fifTEEN Puzzle
with bugs bunny you see above:
<applet code="Puzzle.class" archive="Puzzle.jar" width=200 height=250> <param name="image" value="PuzzleBugsBunny.jpg"> </applet>
<applet code="Puzzle.class" archive="Puzzle.jar" width=YourWidth height=YourHeight> <param name="image" value=YourImage.gif> <param name="cols" value=YourCols> <param name="rows" value=YourRows> </applet>