Solver & solutions
Everything we know about slide puzzles, organised by what you want to do — play a particular size, solve one, turn a photo into one, or read the maths behind why some boards are impossible.
How the 15 puzzle solver works: the human algorithm, A* with Manhattan distance, IDA*, walking distance, and pattern databases.
A worked solution of the 3×3 slide puzzle, showing the row-and-column method. The base case every larger sliding tile puzzle reduces to.
How to write an 8 puzzle solver: state representation, A* search, the Manhattan distance heuristic, and a sketch of the inner loop.
Step-by-step guide to solving the 15 puzzle by hand: solve row 1, solve column 1, recurse into the 3×3 subpuzzle. Includes the corner-L manoeuvre.
The general method for solving any sliding tile puzzle by hand: row-and-column reduction with the L-shaped corner manoeuvre. Same at every size.
How to solve the Palia sliding puzzle in the Eye of the Storm quest: the universal row-by-row method for the Silverwing mural at the Temple of the Gales, plus tips for returning to the puzzle room.
Guide to Inscryption's sliding puzzles: how the Act 1 cabin drawer sliders work (win the frozen board by 5 points), and how to solve the two Act 3 robot sliding puzzles for the Mrs. Bomb Remote and the Lonely Wizbot card.
What a slide puzzle solver does, when humans rarely need one, when developers always do, and how to choose between A*, IDA*, and pattern DBs.
Free online sliding puzzle solver for 3×3, 4×4 and 5×5 boards: enter your arrangement, get the optimal moves. Plus a comparison of solving algorithms — BFS, A*, IDA*, walking distance, pattern databases.
Free Brawl Stars pyramid puzzle solver: upload a screenshot of the scrambled Escape from Pyramid board and get the solution move by move. Works in your browser — the screenshot is never uploaded anywhere.