Description:
- Finds the shortest distance between 2 points using different graph searching algorithms.
- Incoporates a variety of maze generation algorithms.
- User can also place weights of varying costs on any graph cell.
- Also implements many quality of life improvements and extra features, over similar existing projects.
See the live demo here
Inspiration:
- A similar project
- by Clement's Path Finding Visualizer
- A previous University assignment
- project
- I had made in a group assignment that involves path finding in the third dimension.