Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.05 KB

sharpy-starter-bot

Starter bot using sharpy-sc2 and python-sc2 for playing Starcraft 2 using sc2 api.

To download

git clone --recursive https://github.com/DrInfy/sharpy-starter-bot

To run the bot vs ingame ai

python run_custom.py -m EverDreamLE -p1 protossbot -p2 ai

python run_custom.py -m SubmarineLE -p1 zergbot -p2 ai

python run_custom.py -m GoldenWallLE -p1 terranbot -p2 ai

Replays and logs will be in games folder.

To publish the bots for ladder

to publish the bot(s) as ladder ready versions: python ladder_zip.py [botname]

To publish the bot(s) as stand-alone executable: python ladder_zip.py [botname] -e

published bot(s) will be in `publish folder

To get coding assistance in PyCharm

Mark sharpy-sc2 and sharpy-sc2/python directories as source roots.

Documentation

Refer to sharpy documentation for features