Skip to content

iCherya/Fifteen-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎲 Fifteen Puzzle

The "15-puzzle" game (also called Gem Puzzle, Boss Puzzle, Game of Fifteen, Mystic Square and many others) in plain JavaScript.

  • Game implementation
  • 4x4 Puzzle
  • NxN Puzzle
  • Game scores from localStorage
  • Game scores from server
  • Save and load gaming process
  • Solving algorytm implementation
  • Known bugs fix
  • Refactoring

Demo

Technology used:

  • HTML
  • CSS
  • JavaScript
  • Hammer.JS for swipe events support.