Skip to content

L0laapk3/BribbleBot_spike

 
 

Repository files navigation

RLBotPythonExample

Example of a python bot using the RLBot framework

Quick Start

The easiest way to start a python bot is demonstrated here! https://youtu.be/YJ69QZ-EX7k

It shows you how to:

  • Install the RLBot GUI
  • Use it to create a new bot

Changing the bot

  • Bot behavior is controlled by src/bot.py
  • Bot appearance is controlled by src/appearance.cfg

See https://github.com/RLBot/RLBotPythonExample/wiki for documentation and tutorials.

Older Setup Technique

Please don't do this unless you've followed the quick start video and it doesn't work!

https://www.youtube.com/watch?v=UjsQFNN0nSA

  1. Make sure you've installed Python 3.7 64 bit. During installation:
    • Select "Add Python to PATH"
    • Make sure pip is included in the installation
  2. Download or clone this repository
  3. In the files from the previous step, find and double click on run-gui.bat
  4. Click the 'Run' button

About

Spike rush bot for rocket league

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • Batchfile 6.3%