Uses of Package
org.almacha.achamaze

Classes in org.almacha.achamaze used by org.almacha.achamaze
AchaMazeError
          A class for AchaMaze errors.
AchaMazeException
          A class for AchaMaze exceptions.
Cell
           
CellDoesNotExistException
          An exception raised when a reference is made to a cell that does not exist.
Direction
          Represents a direction (North, East, South, West).
DrawMaze
          This class enables you to display a maze (class Maze) on the screen.
Maze
          This class represents a maze.
MazeSolvingAlgorithm
          A class from which derive the classes that implement maze solving algorithm.
Player
          This class represents a player that is in the maze.
PlayerCannotMoveException
          An exception raised when you request to move a player and it is not possible.
PlayerNotInMazeException
          An exception raised when a method which is only valid for a player in the maze is called on a player that is not in the maze.
PlayerStateForMazeAlgo
          An instance of this class is given to a maze solving algorithm so that it knows the player situation.
Wall