Jack92829 / Maze-Generation

A depth-first search maze generation algorithm implemented with recursive backtracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze-Generation

This uses the depth-first search algorithm of maze generation implemented with recursive backtracking

The algorithm was used in a variety of ways, including as a visualisation, an image generator and an ASCII-maze generator

Note: The ASCII-maze generator is not suitable for displaying large mazes due to text wrap

Note: A JavaScript version of the ASCII-maze generation can be found as well

Alt Text

Alt Text

Alt Text

About

A depth-first search maze generation algorithm implemented with recursive backtracking

License:MIT License


Languages

Language:Python 73.8%Language:JavaScript 26.2%