python-sc2
python-sc2 copied to clipboard
A StarCraft II bot api client library for Python 3
Is it possible to accept/offer the defeat of/to the opponent? Some bot Difficulty level will send gg and offer to end the game earlier, since the remaing game is not...
I'm thinking about something like build order class, that could just specify step-by-step instructions for the first parts of the game. Also simplifying expansion-taking and building placement would be a...
Remote
Hi, Is it possible with your framework to connect to a remotely started client, e.g., one that is started by the [ladderManager](https://github.com/Cryptyc/Sc2LadderServer) of [sc2ai.net](sc2ai.net)? For reference [this](https://github.com/Cryptyc/CryptBot/blob/master/LadderInterface.h#L125) how it is...
Ordering a unit by larvae sometimes resulting in getting an error: ERROR:sc2.bot_ai:Error: ActionResult.NotSupported (action: UnitCommand(AbilityId.LARVATRAIN_DRONE, Unit(name='Larva', tag=4314628097), None, False)) I believe this is because the method can_afford() of the class...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.0 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...