CSC 108S, Spring 1998

Demo applet for Othello project

Here's an beginner applet for the project. All it does is to let you click in two squares, which cycle empty-white-black as you click. Source code is available:

The applet and listener classes will need considerable modification, but you can use the Square class as is (though you are permitted to change it if you like).

We've removed the "project" statements from the source code.

(If you can't see the applet running, click here.)