Archipelago/worlds/_sc2common/bot
Ziktofel ce2433b247
SC2: Python 3.11 compatibility (#1821)
Co-authored-by: Salzkorn
2023-06-12 07:41:53 +02:00
..
LICENSE
README.md
__init__.py
bot_ai.py
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
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.