Skip to content

Maze Generator

Latest
Compare
Choose a tag to compare
@ChrisMurphy14 ChrisMurphy14 released this 06 Jul 01:25
· 1 commit to master since this release
111a607

An application developed using C# and MonoGame which creates procedurally-generated mazes using Dijkstra's pathfinding algorithm.

The color of each of the maze 'tiles' are created by blending together two colors depending on how close the tile is to the origin of the maze. Can be used to create procedural art by generating big mazes and removing the walls - see the 'Examples' folder.

Inspired by this Gamasutra post - http://www.gamasutra.com/blogs/LaurentVictorino/20141202/231321/Mazes_hidden_beauty.php