Robocode Tank Royale Bot API
    Preparing search index...

    Variable GameTypeConst

    GameType: { CLASSIC: "classic"; MELEE: "melee"; ONE_VS_ONE: "1v1" } = ...

    Predefined game types. These game types are described at https://robocode-dev.github.io/tank-royale/articles/game_types.html

    Type Declaration

    • ReadonlyCLASSIC: "classic"

      Classic (standard) battle with a minimum of 2 bots battling each other on an arena size of 800 x 600 units.

    • ReadonlyMELEE: "melee"

      Melee battle with a minimum of 10 bots battling each other on an arena of 1000 x 1000 units.

    • ReadonlyONE_VS_ONE: "1v1"

      One versus one (1-vs-1) battle between exactly two bots alone on an arena of 1000 x 1000 units.