Skip to content

JasperGeurtz/pybrood-bot-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Launcher for python scripts/bots (pybrood)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages