8-puzzle icon indicating copy to clipboard operation
8-puzzle copied to clipboard

Goal state

Open sfanijo opened this issue 3 years ago • 1 comments

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.

sfanijo avatar Sep 29 '21 03:09 sfanijo

Board.goal_test() is used and called by the solvers. No external libraries used (only python standard libraries).

semiversus avatar Jan 16 '23 11:01 semiversus