A bot template for python-sc2
Used by Dentosal/sc2-bot-match-runner
You'll need Python 3.6 or newer.
- Change the name and race of your bot from
botinfo.json
- Install the SC2 Python API:
pip3 install --user --upgrade sc2
. - Try it:
python3 run_locally.py
- Start coding!
Starting points:
- Python SC2 API docs, check out the Wiki!
- Your bot code goes to
bot/main.py
- You can modify the
run_locally.py
starter script to your liking - Do not modify
start_bot.py
which is used by the competition runner scripts