Skip navigation.

AGAI

About

AGAI is a skirmish ai for the Engine Spring RTS. It 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

1. Download AGAI
2. Remove any old AI/Skirmish/AGAI directory
3. 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 ...

4. Run springlobby, create a single-player game, and do "add-bot"

Download

newest build of agai

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 the Spring-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/".