This is a wip project!
go-arena is a Robocode clone written in go and ebiten
You create code that controls your tank. Last tank to survive is the winner.
# in the main directory
make build
Specify the compiled bots with -b
parameter:
go run . -b bots/testbot/testbot.so -b bots/gentoobot/gentoobot.so
Check out the code for TestBot.
To compile run:
go build -buildmode=plugin -o newbot.so newbot.go
There's a lot left to do but updates are coming constantly.