Provides a simple canvas to build custom mazes on a grid. Grid is then solved in realtime using A* search algorithm
Install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev