Skip to content

MatthewGerber/robocode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robocode

Notes for RLAI Build

  • 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! 🤖⌨️

About

Build the best - destroy the rest!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.7%
  • HTML 1.6%
  • Other 0.7%