-
Add -DALLOWLOCALHOST=true -Ddebug=true:
-
robocode.bat or set_java_options.bat
-
robocode.sh or set_java_options.sh
-
.idea/runConfigurations/Robocode_app.xml
-
Might also need -Djava.security.manager=allow
-
Install JDK 11
-
Set run configurations to use JDK 11
-
Set File -> Project Structure... to use JDK 11
-
Reload all Gradle projects from the tool window
-
Build with JDK 11:
export JAVA_HOME=`/usr/libexec/java_home -v 11` ./gradlew build
Build the best — destroy the rest!
Robocode is a programming game, where the goal is to develop a robot battle tank to battle against other tanks in Java. The robot battles are running in real-time and on-screen.
Read the Introduction for Robocode. Continue reading on Robocode home page.
Learn from the community at RoboWiki.
Ask questions and get in touch with other Robocoders on the Robocode group or Facebook group.
Get in touch with the game application developers at Robocode Application Developers.
Instructions for how to build, test, and run the Robocode application is provided with the Robocode Guide for building Robocode.
Happy Robocoding! 🤖⌨️