Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 289 Bytes

Sliding Puzzle Game

Install

$ git clone https://github.com/alperunal/sliding-puzzle.git
$ cd sliding-puzzle
$ npm install

Build

$ npm run build

Options

Size of puzzle can be set from last line of puzzle.ts, it is set default 3.