AdvancedRobot

From Robowiki
Revision as of 14:35, 9 September 2012 by Uriopass (talk | contribs)
Jump to navigation Jump to search

This page is dedicated for describing the robocode.AdvancedRobot


If you want to make an advancedRobot, You will need to change only one line in the source code.

So just replace public class nameofyourrobot extends Robot

By : public class nameofyourrobot extends AdvancedRobot

After that, you will access to a lot of new event and more functions like turnRadarRightRadians.

See more at Robocode API : [1]