Class MazeDifficultyIncrease

java.lang.Object
com.csse3200.game.components.Component
com.csse3200.game.minigames.maze.MazeDifficultyIncrease

public class MazeDifficultyIncrease extends Component
This class increases the Maze difficulty as the player gets closer to a high score
  • Constructor Details

    • MazeDifficultyIncrease

      public MazeDifficultyIncrease(MazeGameArea gameArea)
  • Method Details

    • create

      public void create()
      Sets a listener for when the score has been updated
      Overrides:
      create in class Component