
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.
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 …
Robocode - SourceForge
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 …
Robot (Robocode 1.10.0 API) - SourceForge
This behavior is primarily for backward compatibility with older Robocode robots. Parameters: independent - true if the radar must turn independent from the gun's turn; false if the radar …
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.
Robocode Home - Articles from IBM developerWorks
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 …
Index (Robocode 1.10.0 API) - SourceForge
The RobocodeEngine is the interface provided for external applications in order to let these applications run battles within the Robocode application, and to get the results from these battles.
AdvancedRobot (Robocode 1.10.0 API) - SourceForge
The value returned will be between 0 and 2 * PI (is excluded). Note that the heading in Robocode is like a compass, where 0 means North, PI / 2 means East, PI means South, and 3 * PI / 2 …
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 …
JuniorRobot (Robocode 1.10.0 API) - SourceForge
The simplified robot model will keep player from overwhelming of Robocode's rules, programming syntax and programming concept. Instead of using getters and setters, public fields are …