PawelAdamski / helloWars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helloWars

This is a bot written for fighting programs competition hellowars (polish site: http://hellowars.intive.com/).

Two bots are implemented. First one does not perform any actions - it just stays in one place. The other one uses Depth-first search (with a configurable depth), to find safe actions and a few heuristics to pick a best one.

About


Languages

Language:Go 100.0%