DrInfy / sharpy-sc2

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

Shorten list definitions #29

Closed DrInfy closed 4 years ago

DrInfy commented 4 years ago

Used *argv parameter in BuildOrder and SequentialList in order to allow creation of builds without hacing to add additional []. Also unified Step / SequentialList / BuildOrder to also accept lambdas / methods as replacement acts.

Removed most if not all extra [] definitions from dummy bots.