This is a restructuring of the Halite starter bot for Scala. It keeps the original API, but adds some features for running multiple bots, which can be seen by inspecting the main application in src/main/scala/MyBot.scala. The logic of the basic bot included in the starter kit is now in src/main/scala/bot/DumbBot.scala.
Setup instructions: