AGAI
About
AGAI is a skirmish ai for the Game Engine Spring RTS. AGAI is written in Java.
Status
AGAI is in an early developement-phase, nearly feature-complete to play BA, but currently some bugs prevent it to be a real opponet. (The economy-manager is currently waste... )
Install
- Download AGAI
- Remove any old AI/Skirmish/AGAI directory
unzip into the Spring folder, on linux extract with
unzip AGAI.zip -d ~/.spring/so you should have the following directory structure:
AI/Skirmish/AGAI/0.1/SkirmishAI.jar ... other files ...Run springlobby, create a single-player game, and do
Download
Currently there is no release of AGAI.
Source
To get the Sourcecode: git clone git://abma.de/agai The Buildbot creates fresh builds
Documentation
Please look at the Javadocs of AGAI.
Spring AI interface documentation
At a daily basis the java-docs of theSpring-AI java interface are generated. For developers, look at the output of the javadoc command, a .zip Package is also avaiable. Thanks go to hoiju! :-)
If you want to generate it yourself just run cd AI/Interfaces/Java/bin ant doc Output will be in "game/AI/Interfaces/Java/0.1/doc/jdoc/".