Maze Generator - This script implements a maze generation algorithm using the depth-first search algorithm. The main data structures driving the algorithm are the list (grid_cells) representing the maze's grid cells and the stack (stack) used for backtracking during the depth-first search algorithm. The dictionary (walls) within each Cell object stores information about the walls surrounding that cell.
-
Notifications
You must be signed in to change notification settings - Fork 1
rowantwilley16/maze-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published