Package vooga.engine.level

Interface Summary
Rule This interface allows Rules to be created for games.
 

Class Summary
GameLostConditions  
GameWonConditions  
LevelField This class is a PlayField for the level that has all the rules built in, and overrides the update method to handle the updating of all the rules.
LevelSwitch  
LevelSwitchingConditions  
RulesCollection Initializes the rules and passes them between levels so that the rules don't need to be reinitialized every time a new level is created.