Dentosal / python-sc2

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

Update `_host_game_aiter` to accept `rgb_render_config` and `random_seed` args #291

Open islamelnabarawy opened 5 years ago

islamelnabarawy commented 5 years ago

A minor change adding the rgb_render_config and random_seed args to _host_game_aiter and passing them along in its implementation.

This also adds an unprotected (without the underscore) version of _host_game_iter called run_game_iter

This branch is based off master but can be rebased to develop with no conflicts (see: run-game-iter-develop).