Skip to content

Simple 2D maze generator using the Depth First algorithm with recursive backtracking

License

Notifications You must be signed in to change notification settings

kamilteck/2d-maze-gen2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

2d-maze-generator

Simple 2D maze generator using the Depth First algorithm with recursive backtracking

Requirements

Props

  • started: bool
  • paused: bool
  • frameRate: int
  • setFinished : func?(optional if not interested in knowing if it's finished)

About

Simple 2D maze generator using the Depth First algorithm with recursive backtracking

Topics

Resources

License

Stars

Watchers

Forks