Over The Wire Advent 2019 Battle of the Galaxies
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

431B

Battle of the Galaxies AI Bot

Instructions

Compile

go build

Run simulator

simulator ./botg ./botg test3

Logfiles

Logs are written to ./logs.

You can replay a log like this:

cat logs/xxxx.log | ./botg

This enables you to add some debug logging.

Strategies

Two strategies have been created:

  • SimpleStrategy
  • NoneStrategy

Change the strategy in main.go and compile a new version to change it.