Skip to content

A template for developing competitive bots using python-sc2 library

License

Notifications You must be signed in to change notification settings

Dentosal/python-sc2-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bot template for python-sc2

Used by Dentosal/sc2-bot-match-runner

Setup

You'll need Python 3.6 or newer.

  1. Change the name and race of your bot from botinfo.json
  2. Install the SC2 Python API: pip3 install --user --upgrade sc2.
  3. Try it: python3 run_locally.py
  4. 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

About

A template for developing competitive bots using python-sc2 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages