
Robocode Home
Robocode is a programming game, where the goal is to develop a robot battle tank to battle against other tanks in Java. The robot battles are running in real-time and on-screen.
Robocode - SourceForge
A programming game for JavaBuild the best. Destroy the rest. In Robocode, you'll program a robotic battletank in Java tm for a fight to the finish. The game is designed to help you learn Java, and have …
ReadMe for Robocode - SourceForge
WHAT IS ROBOCODE? Robocode is a programming game where the goal is to code a robot battle tank to compete against other robots in a battle arena. The name "Robocode" is short for "Robot code." …
Rules (Robocode 1.10.0 API) - SourceForge
Constants and methods that defines the rules of Robocode. Constants are used for rules that will not change. Methods are provided for rules that can be changed between battles or which depends on …
Robot (Robocode 1.10.0 API) - SourceForge
The basic robot class that you will extend to create your own robots. Please note the following standards will be used: heading - absolute angle in degrees with 0 facing up the screen, positive clockwise. 0 …
AdvancedRobot (Robocode 1.10.0 API) - SourceForge
Methods inherited from class robocode. _AdvancedRobot endTurn, getGunHeadingDegrees, getHeadingDegrees, getMaxWaitCount, getRadarHeadingDegrees, getWaitCount ...
JuniorRobot (Robocode 1.10.0 API) - SourceForge
This is the simplest robot type, which is simpler than the Robot and AdvancedRobot classes. The JuniorRobot has a simplified model, in purpose of teaching programming skills to inexperienced in …
robocode (Robocode 1.10.0 API) - SourceForge
Robot API used for writing robots for Robocode.See: Description
HitByBulletEvent (Robocode 1.10.0 API) - SourceForge
A HitByBulletEvent is sent to onHitByBullet() when your robot has been hit by a bullet. You can use the information contained in this event to determine what to do.
Robocode 1.10.0 API - SourceForge
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.