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 | |||
robocode.dotnet-1.8.0.0-setup.jar | 2013-01-30 | 2.8 MB | |
README.markdown | 2013-01-30 | 1.8 kB | |
robocode.testing-1.8.0.0-setup.jar | 2013-01-30 | 261.7 kB | |
robocode-1.8.0.0-setup.jar | 2013-01-30 | 5.2 MB | |
Totals: 4 Items | 8.4 MB | 0 |
README
You can read more about Robocode here.
The RoboWiki is the first place you should search for knowledge about Robocode.
Robocode contains these distribution files:
robocode-1.8.0.0-setup.jar
, which is the main program containing everything to develop Java robots and start battles.robocode.dotnet-1.8.0.0-setup.jar
, which is a plugin for Robocode for developing .NET robot. Read more about how to develop robots in .NET here.robocode.testing-1.8.0.0-setup.jar
, which is a plugin for Robocode for testing robots. Read more about how to use it here.
Version 1.8.0.0 (30-Jan-2013)
(Changes since last version 1.7.4.4)
Bug fix
- Bug-346: Cannot extract sources from robot packages.
- Bug-348: .NET: UnauthorizedAccessException in AppDomainShell.Dispose().
Changes
- Robocode has been updated to Java 6, and hence this will be the new minimum requirement for running Robocode from this version.
- The icon for Robocode was upgraded to a 256x256 pixel resolution.
- Added the new properties
-DlogMessagesEnabled=true|false
and-DlogErrorsEnabled=true|false
for enabling and disabling log messages and log errors.- The robocode.control.RobocodeEngine has got two similar methods:
setLogMessagesEnabled(boolean)
andsetLogErrorsEnabled(boolean)
- The robocode.control.RobocodeEngine has got two similar methods: