Skip to content

MetalKnock/codejam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Gem Puzzle

The 15 puzzle (also called Gem Puzzle, Boss Puzzle, Game of Fifteen, Mystic Square and many others) is a sliding puzzle having 15 square tiles numbered 1–15 in a frame that is 4 tiles high and 4 tiles wide, leaving one unoccupied tile position. Tiles in the same row or column of the open position can be moved by sliding them horizontally or vertically, respectively. The goal of the puzzle is to place the tiles in numerical order. Live demo here.

Installing / Getting started

In the project directory, you can run:

# Runs the app in the development mode
$ webpack serve

# Builds the app for production
$ webpack

Technologies Used

  • HTML
  • SCSS
  • Vanilla JS
  • Webpack
  • SPA
  • Local Storage
  • Drag'n'Drop