DrInfy / sharpy-sc2

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

Make sharpy compatible with multiple SC2 versions #31

Closed DrInfy closed 4 years ago

DrInfy commented 4 years ago

somewhere should be a function called ping

Version can be get from the ping. Make some hacks in ActUpgrade to skip upgrades that don't exist in 4.10.

Reconfigure ALL_GAS in python-sc2 to ids in 4.10

DrInfy commented 4 years ago

Resolved.