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
- Host: GitHub
- URL: https://github.com/faizandurrani/maze-generator
- Owner: FaizanDurrani
- Created: 2018-05-03T08:43:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T18:15:16.000Z (about 8 years ago)
- Last Synced: 2025-02-28T16:59:06.984Z (over 1 year ago)
- Topics: csharp, maze-generation-algorithms, maze-generator, unity, unity3d
- Language: C#
- Homepage:
- Size: 2.93 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
