Package nz.ac.vuw.ecs.swen225.gp22.renderer


package nz.ac.vuw.ecs.swen225.gp22.renderer
  • Class
    Description
    This stores an enum with the names of all the images to be used in the game.
    This class constructs sounds clips to be played in the SFXPlayer class.
    An enum of the sounds to be played during the game.
    Plays a sound depending on the event happening in the game.
    This class displays the remaining time and treasures left for this game level, and the items in the player's inventory.
    This class displays the maze, and all the entities active in the current level such as the player, free tiles, walls, keys, locked doors, treasures, locked exit, and exit.