JanDW / slide-number-puzzle

The 15 puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. The goal of the puzzle is to place the tiles in order by making sliding moves that use the empty space.Note: not all shuffles are currently solvable.
https://jandw.github.io/slide-number-puzzle/
0 stars 0 forks source link

Generate different shuffles #4

Open JanDW opened 4 years ago

JanDW commented 4 years ago

Started https://github.com/JanDW/slide-number-puzzle/tree/inversions realized it made sense to approach #3 first.