Hi,
Here is a very light contribution for those who would need to generate
maze(s).
It generates a random maze. You can choose horiz and vert size.
The maze has always a solution :
after the random generation step, the program do a "fill", localise parts of
the maze that could be unaccessible and open a "door".
WW
Here is a very light contribution for those who would need to generate
maze(s).
It generates a random maze. You can choose horiz and vert size.
The maze has always a solution :
after the random generation step, the program do a "fill", localise parts of
the maze that could be unaccessible and open a "door".
WW
Attachments
Last edited: