solitaire.java
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.
Java Source: solitaire.java
HTML Source:
<applet code="solitaire.class" width=280 height=190>
</apple>
Author: Karl Hornell
|