Yahoo Scout
Yahoo Scout
Searching…
Yahoo Scout
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.
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 fun doing it... from a simple 10 line robot to a very sophisticated, intelli...
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." As the player, you are t...
Note that the heading in Robocode is like a compass, where 0 means North, 90 means East, 180 means South, and 270 means West. Returns: the direction that the robot's radar is facing, in degrees. See Also: getHeading()...
Robocode 1.10.0 API ... Overview Package Class Tree Deprecated Index Help Prev Next Frames No Frames
robocode._RobotBase robocode._Robot robocode.Robot robocode._AdvancedRobot robocode._AdvancedRadiansRobot robocode.AdvancedRobot All Implemented Interfaces: Runnable, IAdvancedEvents, IAdvancedRobot, IBasicEvents, IBa...
Articles from IBM developerWorks Rock 'em, sock 'em Robocode! - Round 1 - Learning Java programming is more fun than ever with Robocode - Round 2 - Go beyond the basics with advanced robot building and team play Secre...
The acceleration of a robot, i.e. the increase of velocity when the robot moves forward, which is 1 pixel/turn.
Methods inherited from class robocode. Event getPriority, getTime, setPriority, setTime Methods inherited from class java.lang. Object clone, equals, finalize ...
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 some other factor.