This React app renders the board game 15-Puzzle!
- The board consists of 15 numbered square tiles (from 1 up to 15) and one empty space
- The aim of the puzzle is to place the tiles in order by making sliding moves that use the empty space
- ✨ Enjoy! ✨
In order to play the game locally, simply run the following script from the root folder:
yarn
:
$ yarn start-dev
npm
:
$ npm run start-dev
This project has been deployed to Heroku so you can also play online, via the following link: https://www.15-puzzle.net/
MIT