https://blahnikkai.github.io/advanced-maze-solver/
Maze solver and generator for the browser
Solves mazes with breadth-first, depth-first, and A* search, displays path from start to end
Can generate mazes with a radomized form of depth-first traversal, Prim's algorithm, and Kruskal's algorithm
Users can create maze themselves or generate a maze and then edit it