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
This isn't an issue that I expect the author to fix, more just information for other Rush Hour'ers.
If you run the go code to solve a board, the solver renames the pieces. They are no longer left-right/top-bottom after the solver does its thing. However, if you go here:
Replacing that board layout with whatever puzzle layout you want the solution for, it will print out not only the solution but the revised puzzle map. Maybe someone will find this helpful.
Close me as not a bug, just a known quirk.
The text was updated successfully, but these errors were encountered:
This isn't an issue that I expect the author to fix, more just information for other Rush Hour'ers.
If you run the go code to solve a board, the solver renames the pieces. They are no longer left-right/top-bottom after the solver does its thing. However, if you go here:
https://go.dev/play/
And paste in this code:
Replacing that board layout with whatever puzzle layout you want the solution for, it will print out not only the solution but the revised puzzle map. Maybe someone will find this helpful.
Close me as not a bug, just a known quirk.
The text was updated successfully, but these errors were encountered: