Darxeal / Anarchy

A Rocket League bot that anyone can contribute to. All PRs are automatically accepted.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anarchy

Anarchy is a Rocket League bot for the RLBot framework with one twist - anyone can edit it. Anyone can make a pull request to change Anarchy's code, and it will get accepted.

@AnarchyHelper is the GitHub bot that oversees all pull requests. It will accept any pull request as long as you don't exceed your line allowance. The code used to run the GitHub bot is available at TheBlocks/AnarchyHelper.

You are allowed a maximum of 200 lines of additions and 100 lines of deletions. You get 100 lines of additions and 50 lines of deletions added to your allowance every 12 hours (at 12am and 12pm UTC).

Adding code to Anarchy

  1. Create your own fork of this repository.
  2. Change code in your fork.
  3. Create a pull request to merge your fork to this repository.
  4. Your code should automatically get accepted as long as you haven't exceeded your line limits.

Make sure to pull from this repo before pushing to your fork to avoid merge conflicts later on. Read this short guide if you need help with forking and syncing: https://medium.com/@Rafase282/how-to-fork-and-keep-your-fork-up-to-date-199e1c47a43f.

Running Anarchy

If Anarchy isn't broken, it should work! :^) Visit http://www.rlbot.org/ to learn more about RLBot and to run Anarchy.

Have fun with Anarchy! Don't break it! :)

About

A Rocket League bot that anyone can contribute to. All PRs are automatically accepted.

License:MIT License


Languages

Language:Python 100.0%