Dentosal / python-sc2

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

Add option for fullscreen windows #242

Closed drakonnan1st closed 5 years ago

drakonnan1st commented 5 years ago

Usage:

run_game(maps.get("BlueshiftLE"), [
        Human(Race.Zerg, fullscreen=True, name="Human"),
        Bot(Race.Zerg, WorkerRushBot(), name="WorkerRush")],
             realtime=True)