python-sc2 icon indicating copy to clipboard operation
python-sc2 copied to clipboard

Add assertion error when calling run_game with wrong argument order

Open BurnySc2 opened this issue 2 years ago • 0 comments

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

BurnySc2 avatar Sep 04 '23 19:09 BurnySc2