Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 307 Bytes

readme.md

File metadata and controls

10 lines (9 loc) · 307 Bytes

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)