A web-based interactive maze generation and solving project that allows users to create custom mazes or generate algorithmic mazes and solve them using various pathfinding algorithms.
- Custom and Algorithmic Mazes: Users can design their own mazes or generate mazes automatically.
- Maze Solving Algorithms: Supports Breadth-First Search (BFS) and Dijkstra’s Algorithm for efficient pathfinding.
- Maze Generation Algorithms: Includes Kruskal’s and Prim’s algorithms for creating algorithmic mazes.
- Interactive Interface: Built with HTML, CSS, and JavaScript for a visually engaging and smooth user experience.
- Frontend: HTML, CSS, JavaScript
- Algorithms: BFS, Dijkstra’s Algorithm, Kruskal’s Algorithm, Prim’s Algorithm
- Clone the repository:
git clone <repository-url>