Tic Tac Toe

This game is written as a Java applet. The source is in two files, Ttst.java and Tutil.java.

Since it was compiled with JDK 1.1.4 and uses the "new" (1.1) event delegation model, it may not run on every browser. In fact, it may require a fairly new browser. It works with Netscape Navigator version 4.61, but I am not sure about any other browsers.

I know of at least one bug: the applet sometimes ignores the user's first click. It works fine when running as an application. Go figure.

Anyhow, here it is:

When you're finished you may go back to the Custom Programming Services page or the PALSERV home page.