https://github.com/rlbot/rlbotjavaexample
An example bot implemented in Java
https://github.com/rlbot/rlbotjavaexample
Last synced: 6 months ago
JSON representation
An example bot implemented in Java
- Host: GitHub
- URL: https://github.com/rlbot/rlbotjavaexample
- Owner: RLBot
- License: mit
- Created: 2018-03-18T19:43:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T00:45:28.000Z (about 4 years ago)
- Last Synced: 2025-03-24T13:51:18.392Z (9 months ago)
- Language: Java
- Size: 1.2 MB
- Stars: 22
- Watchers: 12
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RLBotJavaExample
An example bot implemented in Java
## Video Guide
https://youtu.be/mPfYqKe_KRs (slightly outdated because it uses the old GUI)
## Usage Instructions:
1. Make sure you've installed the Java 8 JDK or newer. Here's the [Java 8 JDK](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
1. Make sure you've [set the JAVA_HOME environment variable](https://javatutorial.net/set-java-home-windows-10).
1. Download this repository
1. Double click on run-bot.bat and leave it running. It's supposed to stay
open and it's OK if it says something like "75%".
- Alternatively you can launch the bot from inside an IDE
1. Get RLBotGUI (see https://youtu.be/lPkID_IH88U for instructions).
1. Use Add -> Load folder in RLBotGUI on the current directory. This bot should appear in the list.
1. In RLBotGUI, put the bot on a team and start the match.
- Bot behavior is controlled by `src/main/java/rlbotexample/SampleBot.java`
See the [wiki](https://github.com/RLBot/RLBotJavaExample/wiki)
for tips to improve your programming experience.