Project Description
A popular puzzle game invented in 1878 by Noah Chapman. It is a set of identical square knuckles with numbers printed on them, enclosed in a square box. The length of the side of the box is four times the length of the side of the knuckles for a set of 15 elements, respectively, in the box is left unfilled one square field. The aim of the game is to move the knuckles on the box to get them in order by numbers, preferably making as few moves as possible.
I wrote this game without using any third-party libraries, using only the DOM API. I believe that understanding how the pure DOM API works is the foundation without which you should not switch to frameworks.
Project type
GameWhat I've done
- Appearance
- Game Engine
- Move Counting System
- Database integration for publishing records
Technologies used
- HTML5, CSS3, Javascript