Open Issues Need Help
View All on GitHub Add DesiredGameStateBuilder utils about 1 month ago
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
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
Add doc strings about 1 month ago
documentation good first issue