Sliding Puzzle Solver Run the game from terminal (for 3x3 board) npm run game 3 Or use as dependency for other projects: Install: npm i node-sliding-puzzle-solver Example usage: See Vue Sliding Puzzle project's Puzzle.vue component.