/tile-puzzle-react-js

Tile Puzzle implemented in ReactJS.

Primary LanguageJavaScriptMIT LicenseMIT

tile-puzzle-react-js

Tile Puzzle implemented in ReactJS.

Solvability issues

Not all configurations of the game are solvable, so don't worry. Here, have some computer science behind tile puzzle.

Screenshots

Fresh puzzle

Fresh puzzle

Solved puzzle

Solved puzzle

Installation

Clone the GitHub repo and install with npm. Then run webpack & feel free to tinker!

npm install
webpack --watch

Run

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.