go2starr / CS-638-BWAPI

Starcraft: Broodwar AI bot
GNU Lesser General Public License v3.0
9 stars 7 forks source link

remap() in Strategizer should let the manager know it's lost an agent #30

Open jmloethen opened 12 years ago

jmloethen commented 12 years ago

This would allow for the build manager or another manager to reassign a new agent to whatever task the removed agent was doing at the time.

Or maybe remap should see if there is an agent the manager is willing to give up first, if not then just take one.

This is more of an issue now since there is no distinction between builder SCV's and mineral collecting SCV's, as the mineral gathering SCV's are less important.