Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 607 Bytes

File metadata and controls

16 lines (13 loc) · 607 Bytes

Shift Puzzle

Running the game

To run: python3 shift-puzzle.pyw

How To Play

The initial display shows the solved puzzle. The pieces are then shuffled. The objective is to reshuffle the pieces back into the original shape.

Controls

Action Key
Shuffle Piece Left Click
Show Original Picture Right Click

Issues

1. Clicking on a square does not shift any blocks

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.