Skip to content

88Maxwell/15-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15-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 object of the puzzle is to place the tiles in order by making sliding moves that use the empty space.

You can play in 15-puzzle at this link at GitHub Pages (use arrows/mouse for playing)

Todos

  • Annimation of moving main square.
  • Feautiful victory message (modal window).