1.0.2 • Published 4 years ago
node-sliding-puzzle-solver v1.0.2
Sliding Puzzle Solver
Run the game from terminal (for 3x3 board)
npm run game 3Or use as dependency for other projects:
Install:
npm i node-sliding-puzzle-solverExample usage:
See Vue Sliding Puzzle project's Puzzle.vue component.