An example bot implemented in Java
These instructions should get dramatically simpler once we get our packages in jcenter. For now, this is what you need to do:
- Setup the RLBot framework - https://github.com/RLBot/RLBot (v4 branch for now)
- Create a new folder in the framework at /agents/protoBotJava.
- Copy the contents of the src/main/python folder the protoBotJava folder.
- Copy src/main/resources/port.cfg into the protoBotJava folder.
- In the framework directory, find rlbot.cfg and modify one of the lines to point to ./agents/protoBotJava/protoBotJava.cfg
- On the command line in this directory, execute
gradlew.bat run - On a different command line, in the framework directory, execute
python runner.py