8-puzzle

Try the automatic solver or solve the puzzle yourself


Solution algorithm


A*-Search Greedy Best-First Search Breadth-First Search Depth-First Search
What is this?

Sample #2

#Moves: 0

Not solved

What to do?

Use arrow keys to uptain

the goal state:


[0, 1, 2]

[3, 4, 5]

[6, 7, 8]


Or try the automatic solver

with your preferred algorithm.


Too easy?

Try 15-puzzle instead.