Skip to content

jonathanhood/battlebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An AI player for the Battleline card game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages