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

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

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'