Matches.java
Playing Instructions: First choose the number of matches. Then take 1, 2 or 3 matches. The applet does the same. Whoever takes the last match loses!
Usage: Place Board.class, BotNav.class, and Matches.class (as well as matches.gif, rehot.au, and whoopy.au) within your HTML directory.
Java Source: Matches.java
HTML Source:
<applet code=Matches.class width=600 height=400>
</applet>
Author: Milan Krajnak
|