abhiBose27 / path-finding-visualizer

A Path finding visualizer that uses different algorithms to visualize a path on a grid. Notably A * and dijkstra. Also has the functionality to generate different mazes using different maze generating algorithms. So one can play around, visualize the difference in efficiency of different path finding algorithms on a bigger and more complicated scale.

Home Page:https://abhiBose27.github.io/path-finding-visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path Finding Visualizer

A Path finding visualizer that uses different algorithms to visualize a path on a grid. Notably A * and dijkstra. Also has the functionality to generate different mazes using different maze generating algorithms. So one can play around, visualize the difference in efficiency of different path finding algorithms on a bigger and more complicated scale.

Getting Started:

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

A Path finding visualizer that uses different algorithms to visualize a path on a grid. Notably A * and dijkstra. Also has the functionality to generate different mazes using different maze generating algorithms. So one can play around, visualize the difference in efficiency of different path finding algorithms on a bigger and more complicated scale.

https://abhiBose27.github.io/path-finding-visualizer


Languages

Language:JavaScript 84.5%Language:CSS 11.7%Language:HTML 3.8%