Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 672 Bytes

readme.md

File metadata and controls

24 lines (18 loc) · 672 Bytes

🎲 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.