CSC8501 Advanced Programming for Games

Created Maze and Maze Solutions Generator

1) The user chooses the Height, Width and with how many exits the Maze will be created

2) Maze is generated using Binary Tree algorithm

3) The Maze is solved using: A*, Breadth-first search or Dijkstra algorithm

Git Repository:

CSC8501