A classic 15 puzzle game using React.js
15 Puzzle
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
git@github.com:imshubhamsingh/15-puzzle.git
cd 15-puzzle
npm install && npm start