An open API service indexing awesome lists of open source software.

https://github.com/rlbot/rlbotpythonexample

Example of a python bot using the RLBot framework
https://github.com/rlbot/rlbotpythonexample

rocket-league

Last synced: about 1 month ago
JSON representation

Example of a python bot using the RLBot framework

Awesome Lists containing this project

README

        

# 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.