An open API service indexing awesome lists of open source software.

https://github.com/imshubhamsingh/15-puzzle

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
https://github.com/imshubhamsingh/15-puzzle

15-puzzle css hooks jsx parcel react react-dom scss styled-components

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        



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](https://15puzzle.netlify.com)

## License [![License](https://img.shields.io/github/license/hyperium/hyper.svg)](https://github.com/imshubhamsingh/15-puzzle/blob/master/LICENSE)

Copyright (c) 2018 Shubham Singh, This software is licensed under the [MIT License](https://github.com/imshubhamsingh/15-puzzle/blob/master/LICENSE).