Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 336 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 336 Bytes

sliding-puzzle

A simple sliding puzzle in Tkinter

Requirements:

  • python-imaging-tk

Usage:

./puzzle.py
./puzzle.py --image=/path/to/image --board-grid=6

Keys:

  • Move Up: ↑ or k
  • Move Down: ↓ or j
  • Move Left: ← or h
  • Move Right: → or l
  • Help: H (Shift + h)