Skip to content

lvidarte/sliding-puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

A simple sliding puzzle in Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages