Site hosted by Angelfire.com: Build your free website today!


These pages have moved to http://www.dr-mikes-maths.com/
See: What I live for - What I laugh at - What I like - What I look like - Who I love - Contact me
New:

Mike's Java TicTacToe Page

Suppose you wanted a tic tac toe game. And suppose you wanted a nice GUI interface, with colorful X's and O's. Now suppose you wanted to be able to play the game over the network.

And now, suppose you could do all that with less than 200 lines of code, and compile it into a program less than 7kb in size. Does that sound impossible? Enter the java platform! The file ttt.zip (7012 bytes) will take one (1) second to download at 56kbps. It contains the full source code and compiled class files for my Network TicTacToe.

This is a very simple implementation of Tic Tac Toe. It doesn't enforce any of the rules of the game, except that players take turns to put their symbol (X) or (O) in the squares on the board. This game is released under the Gnu Public License. See the GNU website fo more details. I hope it helps you learn something about Networking or GUI's in Java.