Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

Maze-Generator

A simple Maze generator using a modified version of Hunt-and-Kill algorithm

Modification

It maintains a List of "unvisited cells" instead of "hunting" i.e looping through all the tiles again

Example

example