edu.gwu.champAlg
Class TicTacToe

java.lang.Object
  extended by edu.gwu.champAlg.TicTacToe

public class TicTacToe
extends java.lang.Object

This is the class that implements Tic-Tac-Toe, loads the algorithms etc.


Constructor Summary
TicTacToe()
           
 
Method Summary
 void start(PropertyExtractor ticprops)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicTacToe

public TicTacToe()
Method Detail

start

public void start(PropertyExtractor ticprops)