Maze Generation Visual Studio Windows Forms application that allows the user to do the following:
- Continuously generate dynamic square mazes from user input values.
- Select two points within the maze and be shown the corrosponding path between the two points in the maze.
- Be shown the solution through the maze.
This is done using breadth-first search, and solutions are animated for ease of visualization purposes.