A Depth First Search Running Stack Maze Generation Program
Compile everything in folder and run.
g++ main.cpp maze.cpp cell.cpp -o main.exe
Based on: https://en.wikipedia.org/wiki/Maze_generation_algorithm?oldformat=true#Depth-first_search
Example Generated Maze