Search results
Sliding puzzle solver that supports any sized puzzle, custom images, and every start and goal state.
This sliding puzzle solver aims to allow users to solve, create, and play sliding puzzles with custom images and dimensions.
Sliding Block Puzzle Solver. Initial Setup. Layout the initial state of the board. You can create blocks by dragging the left mouse button over empty space. Click on a block to get a popup menu. Blocks can be marked "Locked In Place" so the solver knows it may not move them. Next >> New Grid. Download the sources! (BSD licensed):
15-puzzle solver. Generates a random 4x4 slider puzzle and plays an algorithm to solve it, or lets you solve it yourself!
Sliding Puzzle Solver. Press Shuffle to mix up the puzzle and use the arrow keys to move. Press Solve if you want the algorithm to solve the puzzle for you. Or press the 3x3 button to change the puzzle size. Animation speed: 100%.
Solve any sized NxP sliding puzzle with any start and goal state incredibly fast with custom strategic algorithm. Visualize and compare runtimes and memory usage common search algorithms for 3x3 sliding puzzles. Breadth-first Search. A* (with and without closed list/set) IDA* (Iterative Deepening) UI utilities.
4x4-Sliding-Block-Puzzle-solver. The program takes the input state of a 4x4 Sliding Block Puzzle and returns the following: The list of all the states traversed Path to goal state. All the returned parameters are in a text file.