The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.markdown | 2019-03-02 | 1.8 kB | |
robocode.testing-1.9.3.5-setup.jar | 2019-03-02 | 264.7 kB | |
robocode-1.9.3.5-setup.jar | 2019-03-02 | 10.5 MB | |
Totals: 3 Items | 10.7 MB | 0 |
README
You can read more about Robocode here.
The RoboWiki is the first place you should search for knowledge about Robocode.
Robocode 1.9.3.5 contains these distribution files:
robocode-1.9.3.5-setup.jar
, which is the main program containing everything to develop Java robots and start battles.robocode.testing-1.9.3.5-setup.jar
, which is a plugin for Robocode for testing robots. Read more about how to use it here.
NOTE: The .NET plugin is not supported with this release. Use Robocode 1.9.3.3, which supports the .NET plugin.
Version 1.9.3.5 (02-03-2019)
Bugfixes
- Bug-402: roborumble.sh etc. has incorrect class path
- This was causing codesize utility not being able to work with roborumble. And unfortunately, this error was silenced so the user wouldn't notice that at all.
- Bug-403: MouseEvent returning wrong position''
- Bug-405: Fix #405 unnecessary FileNotFound exception
- Rumble: skip bots that fails to download when calc code size
- Credits to Xor and Bumfo for all these fixes. :-)
Changes
-
Added support for Kotlin. Just put the kotlin-stdlib-1.xxx.jar into the /libs folder to allow robots coded in Kotlin.
-
Changed the Maven build files to use the Maven Wrapper (mvnw).