This code contains a co-evolution neural network based tic tac toe
player creator.  The code as it runs is basically uneventful as just
a bunch of numbers are thrown around.  But in order to run it, just
type make, and then go.  A configuration file, config.cfg, contains 
settings for the GA and for the amount of look ahead moves when
minimax is run.
