Class LevelConfig

java.lang.Object
com.csse3200.game.entities.configs.LevelConfig

public class LevelConfig extends Object
Configuration container for defining level properties and entities.

This class is populated from a JSON or configuration file to describe the structure of a game level, including its name, map size, player spawn point, minimap, walls, and entities.

  • Field Details

  • Constructor Details

    • LevelConfig

      public LevelConfig()