You can find a live version of this project at: https://cyrilf.github.io/puzzled
A puzzle 15 is a sliding puzzle where the goal is to order all the pieces in an ascending order.
git clone https://cyrilf.github.io/puzzled && cd puzzled
npm i && npm run start
In order to build and deploy a new version you can simply run:
npm run deploy
- Add tests
- Use SASS (or styled components)
- Allow the user to choose the size of the grid
- Fix the hard-coded
33.333%
in the css to define a Cell size - Add a timer
- Add a check to avoid generating an unsolvable puzzle