mattdeal / codingame

Python solutions to codingame.com contests
https://www.codingame.com
0 stars 1 forks source link

Unleash the Geek - Bot needs to take action earlier #3

Closed mattdeal closed 5 years ago

mattdeal commented 5 years ago

Needs a charge the middle or move forward X squares on first turn if not assigned to radar or bomb duty

This will cut down on the time required to get to the first mining location

mattdeal commented 5 years ago

This ended up causing more problems than it solved, would require adding additional behaviors to recover from not finding any ore in the random dig order issued at the start. Better off waiting at start for now.