pdb.homelinux.net

TicTacToe Java Applet

An applet to play tic-tac-toe.

The Applet


The Java Code

Written using the Eclipse IDE.

TicTacApp.java - Defines the applet, buttons, etc.

TicTacBoard.java - Defines the game, strategy, etc.

Piece.java - Additional class used to define board pieces and pass information.