Package dev.robocode.tankroyale.botapi
Class GameType
java.lang.Object
dev.robocode.tankroyale.botapi.GameType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Classic (standard) battle with a minimum of 2 bots battling each other on an arena size of 800 x 600 units.static final String
Melee battle with a minimum of 10 bots battling each other on an arena of 1000 x 1000 units.static final String
One versus one (1-vs-1) battle between exactly two bots alone on an arena of 1000 x 1000 units. -
Method Summary
-
Field Details
-
CLASSIC
Classic (standard) battle with a minimum of 2 bots battling each other on an arena size of 800 x 600 units.- See Also:
-
MELEE
Melee battle with a minimum of 10 bots battling each other on an arena of 1000 x 1000 units.- See Also:
-
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:
-