Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ananya2001-an/pathfinding-visualizer

Visualizes shortest path finding algorithms on a grid
https://github.com/ananya2001-an/pathfinding-visualizer

algorithm css dfs dijkstra-shortest-path html javascript pathfinding-algorithm visualization

Last synced: about 1 month ago
JSON representation

Visualizes shortest path finding algorithms on a grid

Awesome Lists containing this project

README

        

# Pathfinding Visualizer ๐Ÿš“

Implements famous shortest pathfinding algorithms like **Dijkstra** and visualizes the searching process on a grid. Only used plain native JavaScript to build this project.



## How to play?

1. Choose one algorithm from the dropdown in the navbar.
2. Choose start๐ŸŸฉ and end๐ŸŸฅ points on the grid. Later you can also add blocks๐ŸŸฆ to create a unique maze.
3. Click on "Visualise" button to see the magic unfold! ๐ŸŒ