Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

File metadata and controls

27 lines (18 loc) · 1.04 KB

BattleBot

BattleBot is a scala engine for playing the Battleline game. Bots can be pitted against each other by using the battleline ai engine.

Coverage Status Build Status

Building and Running the Tests

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 test

Creating a Distributable Jar

The 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