Run
java -jar lib/robocode-1.9.2.6-setup.jar
and accept the default install location
Then run
./gradlew compileJava
Then
./gradlew idea
to create and idea project
Finally open IntelliJ and open the project
To run robocode:
~/robocode/robocode.sh
To add your robot run
./gradlew jar
Then in Robocode:
- Click on options in the menu, then
Clean robot cache
- Click on Robot in the menu
- Import Robot or team
- Then choose your jar in build/libs/robocode.jar
Send it to idda@
via email or push it to the repo.