Package com.csse3200.game.minigames
Class MiniGameConstants
java.lang.Object
com.csse3200.game.minigames.MiniGameConstants
Class to hold all medal constants for all Mini-games. Used for scoring and rewards.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
Birdie Dash game GOLD, SILVER and BRONZE score thresholdsstatic final int
static final int
static final int
Maze game GOLD, SILVER and BRONZE score thresholdsstatic final int
static final int
Snake game GOLD, SILVER and BRONZE score thresholdsstatic final int
static final int
-
Method Summary
-
Field Details
-
SNAKE_BRONZE_THRESHOLD
public static final int SNAKE_BRONZE_THRESHOLDSnake game GOLD, SILVER and BRONZE score thresholds- See Also:
-
SNAKE_SILVER_THRESHOLD
public static final int SNAKE_SILVER_THRESHOLD- See Also:
-
SNAKE_GOLD_THRESHOLD
public static final int SNAKE_GOLD_THRESHOLD- See Also:
-
BIRDIE_DASH_GOLD_THRESHOLD
public static final int BIRDIE_DASH_GOLD_THRESHOLDBirdie Dash game GOLD, SILVER and BRONZE score thresholds- See Also:
-
BIRDIE_DASH_SILVER_THRESHOLD
public static final int BIRDIE_DASH_SILVER_THRESHOLD- See Also:
-
BIRDIE_DASH_BRONZE_THRESHOLD
public static final int BIRDIE_DASH_BRONZE_THRESHOLD- See Also:
-
MAZE_GOLD_THRESHOLD
public static final int MAZE_GOLD_THRESHOLDMaze game GOLD, SILVER and BRONZE score thresholds- See Also:
-
MAZE_SILVER_THRESHOLD
public static final int MAZE_SILVER_THRESHOLD- See Also:
-
MAZE_BRONZE_THRESHOLD
public static final int MAZE_BRONZE_THRESHOLD- See Also:
-