Maze Generator & Solver
Interactive maze generator using recursive backtracking with manual solving and AI pathfinding algorithms (A* and BFS). Challenge yourself by solving mazes manually or watch the AI find the optimal path.
Features
- Animated maze generation
- Manual solving with timer
- A* and BFS pathfinding
- Mobile-friendly controls
Technologies
ReactTypeScriptTailwind CSSAlgorithms