Skip to content

code-camp-2018-protos/python-sc2-bot-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brothoss bot python-sc2

Used by Dentosal/sc2-bot-match-runner

Brothoss

Setup

You'll need Python 3.6 or newer.

  1. Install the SC2 Python API: pip3 install --user --upgrade sc2.
  2. Try it: python3 run_locally.py
  3. Start coding!

Starting points:

  • Eagleflows guide to SC2
  • 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

  • Python 100.0%