DrInfy / sharpy-sc2

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

Improve game starter args #33

Closed merfolk closed 4 years ago

merfolk commented 4 years ago

Besides refactoring, at least these changes are included:

merfolk commented 4 years ago

When this PR is merged, I would like to add different usages scenarios into Running Games wiki page:

Bot vs. bot

Zerg 12 pool against protoss proxy zealot rush on random map.

py run_custom.py -p1 12pool -p2 zealot 

Bot vs. in-game AI

Zerg 12 pool against in-game AI.

py run_custom.py -p1 12pool -p2 ai.terran.hard

Human vs. bot

Human terran against cannon rush on on AcolyteLE map.

py run_custom.py -p1 human.terran -p2 cannonrush --map AcolyteLE