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.
Khaled Nassar d6ebc84a74 Switch up attack and linking order 4 years ago
logs Initial commit 4 years ago
models Added fly back to origin under certain conditions 4 years ago
strategies Switch up attack and linking order 4 years ago
README.md Initial commit 4 years ago
go.mod Initial commit 4 years ago
go.sum Initial commit 4 years ago
main.go Fix bug in Y handling 4 years ago

README.md

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.