Package dev.robocode.tankroyale.botapi
Class GameType
- Object
-
- GameType
-
public final class GameType extends Object
Predefined game types.These game types are described here.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASSIC
Classic (standard) battle with a minimum of 2 bots battling each other on an arena size of 800 x 600 units.static String
MELEE
Melee battle with a minimum of 10 bots battling each other on an arena of 1000 x 1000 units.static String
ONE_VS_ONE
One versus one (1-vs-1) battle between exactly two bots alone on an arena of 1000 x 1000 units.
-
-
-
Field Detail
-
CLASSIC
public static final String CLASSIC
Classic (standard) battle with a minimum of 2 bots battling each other on an arena size of 800 x 600 units.- See Also:
- Constant Field Values
-
MELEE
public static final String MELEE
Melee battle with a minimum of 10 bots battling each other on an arena of 1000 x 1000 units.- See Also:
- Constant Field Values
-
ONE_VS_ONE
public static final String ONE_VS_ONE
One versus one (1-vs-1) battle between exactly two bots alone on an arena of 1000 x 1000 units.- See Also:
- Constant Field Values
-
-