Starter bot using sharpy-sc2 and python-sc2 for playing Starcraft 2 using sc2 api.
git clone --recursive https://github.com/DrInfy/sharpy-starter-bot
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 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
Mark sharpy-sc2 and sharpy-sc2/python directories as source roots.
Refer to sharpy documentation for features