Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 703 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 703 Bytes

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:

  • Clone the repository
  • Install SBT for your platform.
  • Copy the halite executable (obtainable from here) for your platform (Windows, MacOS, or Linux) into the root directory of the repo.
  • Run run_game.sh