Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Maze Solver Visualizer

Open Dennismwendwa opened this issue 4 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

@RK1905101 Please can you approve and assign me this.

Dennismwendwa avatar Oct 18 '25 10:10 Dennismwendwa

Project looks good, make sure to create a folder add your relevant files and a readme file, summarizing your project and if possible, add screenshot, assigning this to you @Dennismwendwa

RK1905101 avatar Oct 25 '25 09:10 RK1905101

@RK1905101 Thanks working on it.

Dennismwendwa avatar Oct 25 '25 11:10 Dennismwendwa