/* By Julian Grizzard Aug 2, 2002 */
/* Contact: gtg993j@mail.gatech.edu */

The contents of this package include the source code and statically linked 
executable for a robot to compete in ICFP 2002.

To run the program, type ./runme
The buildme is blank.  If you need to build the robot from source, got into the src directory and type make.  runme will be compiled in the src directory.

The algorithm that this robot uses is resonable simple, you can check out the 
comments in ai.c/issueCommand(...) for the basic algorithm.

Please note that the program will occassionally calculate its new path (not every turn usually.)  So if it looks like it is hung, it may just be calculating a path.  Not sure how long with will take on a 1000x1000 map, but since the robot doesn't calculate a path every turn, the average time per turn should still be less than 1 sec.
