Second year project for RMIT Algorithm and Analysis. The project is to implement maze generation and solver algorithm.
The project has 3 types of mazes:
The project has 3 maze generator algorithm:
The project has 2 maze solver algorithm:
Recursive Backtracking Maze Solver Algorithm
Hexagon Maze
Tunnel Mazze
Bidirectional Breadth-First-Search Maze Solver Algorithm
Normal Maze
Prim's Algorithm Maze Generation Algorithm
Recursive Backtracking Maze Generation Algorithm
Kruskal's Maze Generation Algorithm