dgets / nightMiner

Halite III Bot - rewriting Halite III bot from scratch with better project structure plans
6 stars 1 forks source link

Have mining.Mine.low_cargo_and_no_immediate_halite() use halite detection #28

Closed dgets closed 5 years ago

dgets commented 5 years ago

Currently this routine just picks a random direction. It'd sure be nice if we'd only have to do that if there was no halite present in any adjacent cell, and could otherwise go with the unoccupied cell that has the greatest amount of halite present.

dgets commented 5 years ago

NOTE: This does fold in as a subset of #22.