Class Labyrinth

java.lang.Object
org.progettoedids.labyrinth.Labyrinth

public class Labyrinth extends Object
The Labyrinth class holds the state of the game's environment and supplies handy methods to access and make changes to the various components that make up the state.

Due to the complexity of the construction of a Labyrinth object, a Builder class is supplied, an instance of such class can be retrieved with the method newBuilder()