Skip to content

rowantwilley16/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages