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
- Host: GitHub
- URL: https://github.com/imshubhamsingh/15-puzzle
- Owner: imshubhamsingh
- License: mit
- Created: 2018-11-20T13:39:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T22:06:11.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:35:54.883Z (2 months ago)
- Topics: 15-puzzle, css, hooks, jsx, parcel, react, react-dom, scss, styled-components
- Language: JavaScript
- Homepage: https://15puzzle.netlify.com
- Size: 10.3 MB
- Stars: 199
- Watchers: 8
- Forks: 42
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
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 [](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).