Hi Omar,
 
I've attached a sample bot that is basically Clueless2006 with a FAME only _eval. I thought it could serve as an alternative to the sample bot Don wrote. Feel free to make it available for download.
 
All a bot developer needs to do is create an _eval function to make a decent bot. A project file for JBuilder is included.
 
To run it place the test.jar file in the bot script directory. The command line to run it from the bot script is:
 
java -Xmx500000000 -classpath test.jar arimaa3.ArimaaMain

or from the command line:

java -Xmx500000000 -classpath test.jar arimaa3.ArimaaMain posFile moveFile gameStateFile

The -Xmx is to set the heap size.
 
Jeff

