Package vooga.engine.factory

Interface Summary
LevelFactory This interface is used to retrieve the playfield for the current level.
 

Class Summary
ClassAssociatedException Exceptions for the MapReader
LevelManager This class takes care of different tasks like reading level names from a file, making a Map of these level files and loading next level etc.
LevelParser The LevelParser class can be used to process a LevelXML file and turn it into a PlayField.
MapReader This class can be used to read in .txt files that serve as a map for placement of different Sprites.
MapTile  
NodeListProcessor This abstract class should be extended by subclasses in order to process each type of unique object differently.
 

Enum Summary
MapTile.State  
 

Exception Summary
LevelException