All Projects → RLBot → Rlbot

RLBot / Rlbot

Licence: mit
A framework that allows people to write their own Rocket League bots.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rlbot

Glorytun
Multipath UDP tunnel
Stars: ✭ 437 (-1.8%)
Mutual labels:  hacktoberfest
Appbox Iosappswirelessinstallation
AppBox is a tool for iOS developers to build and deploy Development, Ad-Hoc, and In-house (Enterprise) applications directly to the devices from your Dropbox account. Download latest version -
Stars: ✭ 441 (-0.9%)
Mutual labels:  hacktoberfest
Icons
Named, vector icons for elementary OS
Stars: ✭ 443 (-0.45%)
Mutual labels:  hacktoberfest
Matter
Customizable GRUB theme inspired by Material Design
Stars: ✭ 439 (-1.35%)
Mutual labels:  hacktoberfest
Badge Poser
The PHP badges, renders some badges for your readme with the packagist information.
Stars: ✭ 440 (-1.12%)
Mutual labels:  hacktoberfest
Ffuf
Fast web fuzzer written in Go
Stars: ✭ 5,687 (+1177.98%)
Mutual labels:  hacktoberfest
Ritchie Cli
Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 437 (-1.8%)
Mutual labels:  hacktoberfest
Nrfmicro
Pro Micro-compatible Bluetooth 5.2 board with Li-Po charger and USB-C (nRF52840-based)
Stars: ✭ 444 (-0.22%)
Mutual labels:  hacktoberfest
React Flatpickr
flatpickr for React
Stars: ✭ 441 (-0.9%)
Mutual labels:  hacktoberfest
Composition Api
Composition API hooks for Nuxt.
Stars: ✭ 441 (-0.9%)
Mutual labels:  hacktoberfest
Quaternion
A Qt5-based IM client for Matrix
Stars: ✭ 438 (-1.57%)
Mutual labels:  hacktoberfest
Libretime
LibreTime: Radio Broadcast & Automation Platform
Stars: ✭ 439 (-1.35%)
Mutual labels:  hacktoberfest
Jibri
Jitsi BRoadcasting Infrastructure
Stars: ✭ 442 (-0.67%)
Mutual labels:  hacktoberfest
Check postgres
Nagios check_postgres plugin for checking status of PostgreSQL databases
Stars: ✭ 438 (-1.57%)
Mutual labels:  hacktoberfest
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (-0.22%)
Mutual labels:  hacktoberfest
Monk object detection
A one-stop repository for low-code easily-installable object detection pipelines.
Stars: ✭ 437 (-1.8%)
Mutual labels:  hacktoberfest
Awesome Indonesia Repo
A curated list of amazingly awesome repository created and contributed by Indonesian people.
Stars: ✭ 441 (-0.9%)
Mutual labels:  hacktoberfest
Socios Brasil
Captura os dados de sócios das empresas brasileiras na Receita Federal e exporta para um formato legível por humanos
Stars: ✭ 445 (+0%)
Mutual labels:  hacktoberfest
V Dashboard
Dashboard starter template built with Vue 3 and Tailwind CSS.
Stars: ✭ 438 (-1.57%)
Mutual labels:  hacktoberfest
Pdfvuer
A PDF viewer for Vue using Mozilla's PDF.js
Stars: ✭ 443 (-0.45%)
Mutual labels:  hacktoberfest

YOU PROBABLY SHOULDN'T PULL THIS REPO

Bot Makers Read This!

If you just want to make a bot, you don't need to be here. Instead, start with one of these:

If you just want to play with some bots, you can go to RLBotGUI to easily start matches with bots

Framework Contributors

This repository is currently incomplete to meet the legal needs of the Psyonix API. It is missing the source code behind RLBot.exe, and a few other files. If you want to make a code change that involves RLBot.exe (or the interface dll since it's closely related), you'll need some help from someone with access to the closed repo.

We expect we'll be able to open-source everything eventually, and then this repo will be back in business.

NOTICE: We intend to cherry-pick any commits you make here into the closed repo. At a later date, when we have permission to open-source everything, we will force push the closed repo to this master branch. Your commits will still be there with proper attribution, but if you have any work in progress, it will need to be rebased at that time.

RLBot

Framework Info

The RLBot framework helps people create bots for use in Rocket League's offline modes, just for fun. It provides values from the game like car and ball position, and carries back button presses. RLBot works for up to 10 bots reliably; it can be used up to 64, but can result in issues (bots disappearing after goals, spawning inside one another, etc).

Requirements

Rocket League, Python 3.6+

Quick Start

  1. Run setup.bat (or equivalent if you're on Linux or Mac)
  2. Open a terminal and execute python runner.py

Development Workflow

The first thing you'll want to do is run setup.bat. This does a lot of important things:

  • Sets up your rlbot installation in pip to link to your local files in this folder. Once you've done this, running rlbot from anywhere on your computer will reference these local files, including the dlls, etc.
  • Generates important code based on the .fbs message spec. Therefore it's a prerequisite for running anything.
  • Installs python package dependencies.

If you're doing work that affects our .dll or .exe files, you should also be aware of:

  • copy-dlls.bat - This copies the debug versions any built dlls from visual studio into the correct subdirectory in the python source folder.
  • copy-dlls-release.bat - This copies the release versions any built dlls from visual studio into the correct subdirectory in the python source folder.

For deploying changes, please see https://github.com/RLBot/RLBot/wiki/Deploying-Changes

When you're done with development and want to get back to the official rlbot version vended from https://pypi.org/project/rlbot/, the easiest way to do that is simply pip uninstall rlbot. Then the next time you execute a bat file from one of the RLBot*Example repos, a fresh copy will be installed from pip.

Wikis

There's tons of good information at https://github.com/RLBot/RLBot/wiki

Extras

Community Info

Video Example

Video

Tournament History

Tournament results are recorded in our braacket league.

Videos:

The best part

Psyonix Cone gave us a thumbs up! Thumbs up

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].