Archipelago/worlds/_sc2common/bot
Fabian Dill e755f1a0b5
SC2: don't close all SC2 instances when one quits (#3507)
2024-06-12 02:14:30 +02:00
..
LICENSE
README.md
__init__.py
bot_ai.py SC2: Multi-campaign (#2954) 2024-03-15 17:33:03 +01:00
bot_ai_internal.py
cache.py
client.py
constants.py
controller.py
data.py
expiring_dict.py
game_data.py
game_info.py
game_state.py
main.py
maps.py
observer_ai.py
paths.py
pixel_map.py
player.py
portconfig.py
position.py
power_source.py
protocol.py
proxy.py
renderer.py
sc2process.py SC2: don't close all SC2 instances when one quits (#3507) 2024-06-12 02:14:30 +02:00
score.py
unit.py
units.py
versions.py
wsl.py

README.md

SC2 Bot

This is client library to communicate with Starcraft 2 game
It's based on burnysc2 python package, see https://github.com/BurnySc2/python-sc2

The base package is stripped down to clean up unneeded features and those not working outside a melee game.