Low Priority, if ever.
Ability to add and read custom robot properties from a robots robocode properties file. The one that defines the robot. Probably limited to a handful of entries (4 to 8) with a limit on value size (128 characters), so it cannot be used to replace the data folder, etc.
This is so we can easily configure options like challenge, reference, and so on that robots already do by default with their data folder.
Normal robot and robocode options in that properties file should be non configurable by the robot.
getProperty(key)
getProperty(key,default_value)
setProperty(key, value)
Anonymous
Great idea! :-)