8-puzzle
8-puzzle copied to clipboard
Goal state
How do I edit the goal state? I can't find it in the code.
Also it seems you just called existing libraries to solve the puzzle. I never knew this existed for this particular problem. Please could you clarify?
Thanks.
Board.goal_test()
is used and called by the solvers. No external libraries used (only python standard libraries).