A library to interface with the RLBot v5 framework through Java

3 Open Issues Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a `DesiredGameStateBuilder` utility class for the Java RLBot interface, mirroring the functionality of the existing C# `DesiredBallStateBuilder`. This will simplify the creation of `DesiredGameStateT` objects, making it easier for developers to set desired game states for their bots.

Complexity: 4/5
enhancement good first issue

A library to interface with the RLBot v5 framework through Java

Java
Add Renderer utils about 1 month ago

AI Summary: Implement a Java utility class similar to the C# RLBot Renderer, providing functions to draw various graphical elements (lines, circles, text, etc.) onto the Rocket League game screen for debugging and visualization purposes. This will involve leveraging the existing RLBot Java interface and likely using the RLBot's rendering capabilities.

Complexity: 3/5
enhancement good first issue

A library to interface with the RLBot v5 framework through Java

Java
Add doc strings about 1 month ago
documentation good first issue

A library to interface with the RLBot v5 framework through Java

Java