An example bot implemented in JavaScript
If you are looking for the java example bot please go here
If you've installed a few other npm packages already, chances are doing npm install SuperVK/RLBotJS works.
-
Clone this repo
-
Go into the folder, and type
npm install
-
Install python 2.7, but make sure to not check "add to PATH" in the installation, because then the python runner for RLBot won't run anymore
-
Then run
npm config set python="C:\path\to\python2.7\python.exe" -
Open a shell with admin access, and run
npm install --global --production windows-build-tools --vs2015, if it can't find npm launch powershell instead of cmd. -
Then run
npm install again -
Open cmd/powershell in the example folder, and run
node . -
Start RLBot with gui or via
RLBotJavascriptExample/rlbot/run.bat
TODO: make video guide
TODO: make usage instructions