To run: python3 shift-puzzle.pyw
The initial display shows the solved puzzle. The pieces are then shuffled. The objective is to reshuffle the pieces back into the original shape.
| Action | Key |
|---|---|
| Shuffle Piece | Left Click |
| Show Original Picture | Right Click |
When clicking on a block nothing happens. Normally when you click, the block you click on should shift into the blank space if that block is adjacent to the blank space.