Skip to content

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

Notifications You must be signed in to change notification settings

ChrisMurphy14/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Generator

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages