15 Puzzle is a game to sort and solve the grid
https://sadanandpai.github.io/15puzzle/index.html
HTML5, CSS, JavaScript, React
Parcel
- Install parcel globally
- Clone the repo
- Navigate to source_code
- Run 'npm install'
- Run 'parcel ./index.html'
- Run 'parcel build ./index.html'