DrInfy / sharpy-sc2

Python framework for rapid development of Starcraft 2 AI bots
MIT License
68 stars 28 forks source link

Add addon swap act with an example dummy bot 'safe_tvt_raven' #72

Closed BurnySc2 closed 4 years ago

DrInfy commented 4 years ago

Seems to work well unless multiple swaps start interfering with each other. Pehaps add a self.completed=True once all addons are satisfied, that way the plan never gets called again (and returns True)