• Stars
    star
    198
  • Rank 192,894 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

15Puzzle

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

15Puzzle

Gameplay

The app uses React.js alpha API likes hooks etc..

Development

Run app

  1. Clone repo [email protected]:imshubhamsingh/15-puzzle.git
  2. cd 15-puzzle
  3. npm install && npm start

or

View a live demo of this project on netlify

License License

Copyright (c) 2018 Shubham Singh, This software is licensed under the MIT License.