15-puzzle
15-puzzle copied to clipboard
The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react
trafficstars

15 Puzzle
My first Game using React.js
This is a classic 15-puzzle. To play you first scramble the tiles and then try to put them back in order. To move a tile you simply click on it
Gameplay
The app uses React.js alpha API likes hooks etc..
Development
Run app
- Clone repo
[email protected]:imshubhamsingh/15-puzzle.git cd 15-puzzlenpm install && npm start
or
View a live demo of this project on netlify
License 
Copyright (c) 2018 Shubham Singh, This software is licensed under the MIT License.