BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
491 stars 157 forks source link

Add assertion error when calling run_game with wrong argument order #177

Open BurnySc2 opened 1 year ago

BurnySc2 commented 1 year ago

Using this example https://github.com/BurnySc2/python-sc2/blob/76e4a435732d4359e5bd9e15b6283a0498e212ca/examples/zerg/worker_split.py#L43-L48 Bot should come first, then the built-in-AI Or for human play: Human player should come first, then the Bot