Skip to content

A Maze Procedural Maze Generator for unity with some horror elements

Notifications You must be signed in to change notification settings

sinatb/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

The Following program is a simple Maze Generator with rooms in unity Engine.

Made With

Unity C#

Explanation

The mazes in this project are created with recursive backtracking method.At the start a number of rooms are placed on the grid,and the walls between the cells inside a room are deleted. rooms can have intersections, as this will make creation of rooms with complex architecture easier.After this the recursive backtracking method is used on the cells that are not a part of any room to create path between rooms and other cells.

About

A Maze Procedural Maze Generator for unity with some horror elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages