BattleBot Core is a scala library used to build bots for the Battleline ai engine.
This project is the core from jonathanhood/battlebot.
This project uses SBT for its builds. SBT and the JVM must be installed for this project. Once those two things are available, simply clone and use the test target.
sbt testThese tasks can be used to create binary and source versions of the library:
sbt package packageSrc