JAVA Marble Solitaire Game
Playing Instructions: Remove as many
marbles as possible from the board.
The only legal moves are horizontal or vertical jumps of one marble over
another to an empty hole on the other side. The marble that is jumped is
removed from the board. To move, just drag a marble in some legal direction.
Usage: Place solitaire.class within your HTML directory.
HTML Source:
<APPLET CODE="solitaire.class" WIDTH="280" HEIGHT="190">
</APPLET>
Author: Karl Hornell
From Java Boutique