Skip to content

Provides a simple grid to create custom mazes. Solves the maze in real time using A* search algorithm.

Notifications You must be signed in to change notification settings

Emruur/Maze-Solver

Repository files navigation

Maze Builder & Solver

Alt Text Alt Text

Provides a simple canvas to build custom mazes on a grid. Grid is then solved in realtime using A* search algorithm

Setup

Install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

About

Provides a simple grid to create custom mazes. Solves the maze in real time using A* search algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published