Testing a few simple experimentations and visualizations
Prompt
Create a maze generator and pathfinding visualizer. Randomly generate two mazes and visualize A* and Djikstra's algorithm solving it step by step next to each other. Show the time that it took each for each to solve it at the bottom of the maze. Use canvas and animations. Make it visually appealing. Contain the maze to be 10 x 10 max
A system prompt was added to support web rendering