Maze Generator & Solver
Web2021

Maze Generator & Solver

Generate beautiful mazes and watch AI solve them with various pathfinding algorithms.

About This Project

A fascinating exploration of maze generation and solving algorithms. Watch as perfect mazes are generated using recursive backtracking, then see various pathfinding algorithms race to find the solution.

The generator creates solvable mazes of any size with guaranteed single solutions. Choose from multiple solving algorithms including Depth-First Search, Breadth-First Search, and A* to see their different approaches.

Visual animations show exactly how each algorithm explores the maze, making it an excellent educational tool for understanding search algorithms.

Project Info

Year2021
CategoryWeb
Technologies3

Key Features

Recursive backtracking generation
Multiple solving algorithms
Visual algorithm animation
Adjustable maze size
Speed control

Technologies Used

JavaScriptp5.jsAlgorithms