/Terminal-Maze

Product that recursively generates a maze within the terminal window using the depth first search method. 'X' character is a wall of the maze and '0' character is the user's pawn. Written in C++

Primary LanguageC++

This maze works really well. The only problem is that when you quit the game another maze generates before you quit. Other than that it works fine.
-Chase Watson