Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 950 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 950 Bytes

Pybrood Bot Launcher

Launcher for python scripts/bots written using pybrood

Usage

run launcher.exe while having scriptloader.ini in the local path or in bwapi-data/AI/

scriptloader.ini should contain the name of the script and the class to run (see example_gatherscript.py and scriptloader.ini in the github repo

it is also possible to use droplauncher, simply move BWAPI.dll, launcher.exe, scriptloader.ini and your python script into the application. click OK if prompted to move the other files in bwapi-data/AI.

Building the launcher

  1. edit the launcher.py custom imports if additional python libs are needed
  2. pip install pybrood (if not already installed)
  3. pip install pyinstaller
  4. pyinstaller -F launcher.py

the launcher.exe should be in the dist/ folder