heiyeunl / puzzle

N-Puzzle built with React/Redux + Scss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

N-Puzzle built with React/Redux + Scss


Languages

Language:JavaScript 82.8%Language:CSS 15.2%Language:HTML 2.0%