https://github.com/sadanandpai/15puzzle
15 Puzzle is a game to sort and solve the grid
https://github.com/sadanandpai/15puzzle
Last synced: 3 months ago
JSON representation
15 Puzzle is a game to sort and solve the grid
- Host: GitHub
- URL: https://github.com/sadanandpai/15puzzle
- Owner: sadanandpai
- Created: 2020-10-12T09:43:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T04:04:06.000Z (almost 5 years ago)
- Last Synced: 2025-07-19T08:52:56.708Z (3 months ago)
- Language: JavaScript
- Size: 300 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 15puzzle
15 Puzzle is a game to sort and solve the grid
https://sadanandpai.github.io/15puzzle/index.html## Technology
HTML5, CSS, JavaScript, React#### Build tool
Parcel### Instructions work on the source code
1. Install parcel globally
2. Clone the repo
3. Navigate to source_code
4. Run 'npm install'
5. Run 'parcel ./index.html'#### To build for prod
1. Run 'parcel build ./index.html'