Build the best - destroy the rest!

Wednesday 23 April 2014

Robocode 1.9.2.0

This release contains an update for the Robocode Control API and and two bug fixes.

Version 1.9.2.0 (23-Apr-2014)

New feature

  • Initial positions and headings added to the Control API.
    • A new constructor has been added to the BattleSpecification for the RobocodeEngine so that it is possible to set the initial position and heading of each participant robot. This new constructor takes an additional parameter named initialSetups that is an array of RobotSetup instances.
    • The RobotSetup is a new class introduced with this version that contains the initial position and heading for an individual robot.

Bug fixes

  • Bug-370: Robot Packager cannot find robot .properties file in development path.
  • Fixed issue with the Robot Editor, where the caret position was not updated fast enough when typing very fast.
Download Robocode 1.9.2.0 from here
Download Robocode .NET plug-in 1.9.2.0 from here
Download Robot testing plug-in 1.9.2.0 from here