eishub / Starcraft

This project creates a bridge between BWAPI for StarCraft: Brood War and EIS-enabled Multi-Agent Systems like GOAL.
19 stars 7 forks source link

Flying units #7

Closed HarmGriffioen closed 9 years ago

HarmGriffioen commented 9 years ago

For units it has to be detectable if a unit is flying, because not everyone can hit it then

HarmGriffioen commented 9 years ago

Flying units can be detected with unit.getType().isFlyer(); Now we need a intelligent place to put this data in a percept

HarmGriffioen commented 9 years ago

Done in enemy percept