About 179 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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.

  6. 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 …

  7. 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.

  8. 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 …

  9. 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 …

  10. 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 …