- main(String[]) - Static method in class puzzle.Puzzle
-
Method that creates a new Puzzle.
- main(String[]) - Static method in class puzzle.Solver
-
Method that creates a new Solver.
- move(Puzzle.Direction) - Method in class puzzle.Puzzle
-
Method to move in one of the four possible directions.
- move(Puzzle.Direction, boolean) - Method in class puzzle.Puzzle
-
Private utility method to move in one of the four possible directions,
checking for a win or not, based on the input parameter.
- move - Variable in class puzzle.State
-
- move(Puzzle.Direction) - Method in class puzzle.State
-
Creates a new state from current state based on moving in the given
direction.