Maze generator and solver with visualization
-
Updated
Jan 27, 2021 - Java
Maze generator and solver with visualization
A*, Dijkstra, maze generation etc. visualizers using only javascript
A maze generation project implementing Recursive Backtracking and Hunt-and-Kill algorithms to procedurally generate perfect mazes. Features a real-time step-by-step visualization that animates the maze being carved through the grid, making it easy to observe and compare how each algorithm explores and builds its path.
Generate and solve mazes with real-time visualisation, using DFS for generation and BFS for solving.
Procedural maze generator and solver with animated visualization.
A Python-based pathfinding visualizer built with Pygame. It demonstrates search algorithms like BFS, DFS, and A*.
A visualising tool for maze generation built with react. Recursive Backtracker and Kruskal's Algorithm used.
Add a description, image, and links to the maze-visualization topic page so that developers can more easily learn about it.
To associate your repository with the maze-visualization topic, visit your repo's landing page and select "manage topics."