BattleBot is a scala engine for playing the Battleline game. Bots can be pitted against each other by using the battleline ai engine.
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 testThe assembly task can be used to create a single JAR distribution of the bot. The
bot can be executed with a simple java -jar command.
sbt assembly
java -jar target/scala-2.11/battlebot_scala-assembly-1.0.jar