Python project for rush hour puzzle / Python — 3
Project detail
Hi,
I would like to build a solver for rush hour puzzle in Python. https://en.wikipedia.org/wiki/Rush_Hour_(puzzle)
Basically we will give the solver an initial state and the solver will find the most efficient way to play the game.
Is that something you could do?