Example of a Python bot using the RLBot framework
- Install Python 3.10 or later
- Create a Python virtual environment
python -m venv venv
- Activate the virtual environment
- Windows:
.\venv\Scripts\activate - Linux:
source venv/bin/activate
- Windows:
- Install the required packages
pip install -r requirements.txt
- Download
RLBotServer.exeand place it in the root directory - Modify
rlbot.tomlto your liking- Note:
dev.tomlalso exists with a few changed settings that might be useful for development
- Note:
- Start a match with
python run.py
- Bot behavior is controlled by
src/bot.py - Bot appearance is controlled by
src/looks.toml