BasicPlayer
The BasicPlayer can be downloaded here.It contains an ant buildfile (build.xml) for compiling and running the sources. You need ant to use it. Ant can be found here.
Following ant targets are available
- compile - compiles the source code to build path
- clean - removes compiled classes
- all - runs clean and then compile
- dist - creates a distributable jar file
- run - starts the player server main method and if not already done compiles the source code first
To start implementing an own player you should familiarise yourself with the game model interface classes in org.eclipse.palamedes.gdl.core.model.
Javadoc
The online Version of the JavaDoc can be found here.The archive Version for offline use can be downloaded here