Skip to content
/ Maze Public

Generates a random maze in C using a modified Prim's Algorithm

License

Notifications You must be signed in to change notification settings

gtespe/Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze

Generates a random maze of a specfied size and solves it

Run 'make' in your terminal to compile

run with ./maze

edit the preprocessed variables in the .c file to change maze width and height, works better with odd values

default solution finds a path from top left to bottom right, and fills it with o's

I may get around to porting this to android for fun

About

Generates a random maze in C using a modified Prim's Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published