About 210 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. 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 …

  3. ReadMe for Robocode - SourceForge

    Jul 29, 2021 · 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. So the name …

  4. Robot (Robocode 1.10.0 API) - SourceForge

    Returns the direction that the robot's body is facing, in degrees. The value returned will be between 0 and 360 (is excluded). Note that the heading in Robocode is like a compass, where …

  5. Overview (Robocode 1.10.0 API) - SourceForge

    Robocode 1.10.0 API ... Skip navigation links Overview Package Class Tree Deprecated Index Help

  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. AdvancedRobot (Robocode 1.10.0 API) - SourceForge

    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 means West. Overrides: getGunHeadingRadians in class …

  8. MessageEvent (Robocode 1.10.0 API) - SourceForge

    String getSender () Returns the name of the sending robot. Methods inherited from class robocode.Event compareTo, getPriority, getTime, setPriority, setTime Methods inherited from …

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

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