CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

Random Wall Addition algorithm #86

Closed ktspence closed 9 years ago

ktspence commented 9 years ago

Maze generation algorithm that blocks paths until there are no more paths to the destination. Then keeps blocking paths for a little bit to decrease clustering. Does not block paths in ways that isolate points.