/Maze-Generator

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

Primary LanguageC#

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