Skip to content

Maze generation application that can intake a size to generate mazes, show the overall solution path, and show the pathing between any two points.

Notifications You must be signed in to change notification settings

IsabellaDougherty/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Maze Generation Visual Studio Windows Forms application that allows the user to do the following:

  1. Continuously generate dynamic square mazes from user input values.
  2. Select two points within the maze and be shown the corrosponding path between the two points in the maze.
  3. Be shown the solution through the maze.

This is done using breadth-first search, and solutions are animated for ease of visualization purposes.

About

Maze generation application that can intake a size to generate mazes, show the overall solution path, and show the pathing between any two points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages