mgerdes / Battlecode2015

Battlecode2015
0 stars 0 forks source link

Early map analysis #24

Closed gopenshaw closed 9 years ago

gopenshaw commented 9 years ago

When do we need to build defense? Is this a map with a tower wall that will block rushes?

Do we see any enemies headed out way? Do we see any enemies being built?

On some tourney matches, we built 20 soldiers for no reason. If we know there is a tower wall, let's go straight to the big guns.

gopenshaw commented 9 years ago

I am checking if the towers form a solid wall, but it is not distinguishing between VOID and NORMAL squares. Further analysis could reveal that a tower wall was impassible for all units except Drones.