Skip to content

Maze generator program written in C#, using the recursive backtracker algorithm.

Notifications You must be signed in to change notification settings

bandi22/mazegen-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mazegen_csharp

Maze generator program written in C#, using the recursive backtracker algorithm.

Version 1.0

(Jan-08-2019)

As of v1.0, the program generates a pseudo-random perfect maze in a given size, using the recursive bactracker algorithm. The maze is drawn to a Windows Forms panel and can be saved in JPEG, PNG or BMP format. Planned features for future versions include a bar indicating the generation progress and adding some comments to the source code.

About

Maze generator program written in C#, using the recursive backtracker algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages