DrInfy / sharpy-sc2

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

Generic scouting #43

Closed DrInfy closed 4 years ago

DrInfy commented 4 years ago

Draft for doing generic scouting in sharpy with all unit types

New syntax is creating a new scout path by adding Scout, UnitTypeId, amount of units and scouting acts Scout(UnitTypeId.OVERLORD, 1, ScoutLocation.scout_enemy2(), ScoutLocation.scout_enemy3())