Skip to content

DanZalov/15puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15puzzle

Short Description

Board puzzle game from childhood in pure JavaScript (SPA)

How to play

Click(PC)/swipe(mobile) an adjacent cell to an empty one in order to move it. Or move a bunch of cells in a line

Click "Новая игра" to start a new game

Move cells in ascending order with an empty one in the bottom right corner to win! Like that:

1 2 3 4
5 6 7 8
9 10 11 12
13 14 15

Development info

  • pure JavaScript
  • functional programming
  • adaptive layout
  • parcel bundler
  • hosting on firebase