Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Maze Solver Visualizer

Open Dennismwendwa opened this issue 3 months ago • 3 comments

Create an interactive visualizer that demonstrates how pathfinding algorithms (like BFS, DFS, or A* ) explore and find the shortest path through a maze. The maze can be randomly generated or user-drawn, with live visualization of the algorithm’s decision-making process.

Key Features -- Generate random mazes -- Let users choose the algorithm (BFS, DFS, or A*) -- Visualize search progress in real time -- Display total path cost, explored nodes, and steps -- Optionally, export maze results or screenshots

Dennismwendwa avatar Oct 18 '25 10:10 Dennismwendwa