Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 434 Bytes

15Puzzle

Test code for interview. This is implementation a game 15Puzzle. The main mean is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. Board of the game is 4 x 4.

The build project placed in directory ./build

The development ver you can get if run: -sudo yarn or npm install -sudo yarn start of npm run start

For checking test run -sudo yarn test(npm run test)