This bot plays StarCraft 2.
- StarCraft 2 (tested on Windows 5.0.4)
- Some maps (tested on Ladder 2017 Season 1 & 2)
- Python 3 (tested on 3.9.0)
Install dependencies (installing and enabling a virtualenv is strongly encouraged):
pip install -r requirements.txt
./run.sh
Install pre-commit hooks:
pre-commit install
- python-sc2 Python client library and its documentation
- Blizzard's official s2client-proto protocol definition
- sharpy-sc2 framework for rapid development of Starcraft 2 AI bots
- A list of build orders to draw inspiration from
- sc2ai and AI arena AI ladders
- Community Discord server (invite link)