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
Technology used:
- HTML
- CSS
- JavaScript
- Hammer.JS for swipe events support.