brandoshizzle / RLBot-Starter

A Python library to make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RLBot Starter

A library to use with the RLBot framework to easily create Python bots.

Install some programs

You'll need to install three things:

The RLBot GUI installation should also install Python 3.7.9 for you.

Create your bot

Always open RLBotGUI, not Rocket League. RLBotGUI will open Rocket League for you.

  1. Open RLBotGUI
  2. Click on "Create New Bot".
  3. Select Python
  4. Give you bot a name (can be changed later)

Changing the bot

  • Bot behavior is controlled by editing src/bot_actions.py
  1. Find your bot in RLBotGUI
  2. Click "Edit"
  3. Right-click "bot_actions.py" and select "Open in VSCode"
  4. Start programming! Go to the wiki to guide you
  • Bot appearance is done in RLBotGUI

Advanced info

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

About

A Python library to make

License:MIT License


Languages

Language:Python 93.8%Language:Batchfile 6.2%Language:Shell 0.0%