Skip to content

RLBot/RLBotPythonExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

adea532 · Mar 13, 2021

History

61 Commits
Mar 13, 2021
Aug 27, 2020
May 21, 2020
Jun 8, 2020
May 21, 2020
Apr 15, 2018
Jun 10, 2020
Jun 19, 2018
Oct 7, 2020
May 18, 2020
Jul 12, 2020
Oct 7, 2020

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.