• Stars
    star
    175
  • Rank 210,908 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example of a python bot using the RLBot framework

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.