You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solve the 3x3 sliding puzzle game using the A* solving algorithm.
The heuristic value is based on the Manhattan distance of each tile to its final position.