Randomised generated mazes in ASCII using C++.
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Combinatorial programming exercise for Newcastle University's CSC8501 module. The program generates custom mazes based on user parameters using a recursive backtracking algorithm and solves them using A* pathfinding.
License
fraqqer/Maze-Generation-CSC8501-CW1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Combinatorial programming exercise for Newcastle University's CSC8501 module. The program generates custom mazes based on user parameters using a recursive backtracking algorithm and solves them using A* pathfinding.