Python framework for rapid development of Starcraft 2 AI bots
Sharpy uses python-sc2 and it is the framework used by Sharpened Edge.
The framework has all the necessary components to run the dummy bots that are used for testing against Sharpened Edge. The folder structure is subject to change.
Python 3.7 (>=3.8 is not supported yet)
To build dummy bot for ladder, run ladder_zip.py. Bots will appear as individual zip files in publish folder.
Read the getting started guide.