Tile Puzzle implemented in ReactJS.
Not all configurations of the game are solvable, so don't worry. Here, have some computer science behind tile puzzle.
Clone the GitHub repo and install with npm
. Then run webpack & feel free to tinker!
npm install
webpack --watch
You can use webpack-dev-server
to run the puzzle.
npm install webpack-dev-server -g
webpack-dev-server --content-base dist/
Then just navigate to localhost:8080
.