/puzzle

N-Puzzle built with React/Redux + Scss

Primary LanguageJavaScript

N Puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing.

To take a look:

npm install
npm run start

and it will accessible via http://localhost:3000/

The game can be played using arrow keys. You can shuffle it manually or hit the "Shuffle" button to have it shuffled randomly. You can also hit the "New Picture" to request a different picture.