An open API service indexing awesome lists of open source software.

https://github.com/faizandurrani/maze-generator

A simple Maze generator using a modified version of Hunt-and-Kill algorithm
https://github.com/faizandurrani/maze-generator

csharp maze-generation-algorithms maze-generator unity unity3d

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://cdn.discordapp.com/attachments/206813296790077443/441412550374981642/unknown.png "Example")