Skip to content

maliarov/15puzzle

Repository files navigation

15 puzzle game Build Status

Experimental implementation of 15 puzzle game engine based on TypeScript with elements of functional design.

Run

Use regular terminal app. Go to project folder and execute following commands:

npm i
npm start

You can also get some help about available application cli params:

npm start -- -h

That is how application should looks like in terminal

Game screen preview

Enjoy.