ASCII Maze

C++ | Visual Studio | Maze Generation | Pathfinding | File Handling

For this task, I had to create a maze generator that had a goal in the middle and could create multiple entrances on the outside of the maze depending on user input. These maze’s can be saved and loaded from a text file, being able to perform any functionality on a loaded maze if desired. The program can also find the best routes from all maze entrances and move players through said routes, showing how long it would take if players could obstruct each other as it cycles through moving them one at a time. Lastly the program can find the average number of moves a player goes through from 100 mazes for a set configuration.