MrCeeJ / sharpy-starter-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:The Unlicense


Languages

Language:Python 100.0%