the maze lib is build ontop of the map lib and has all the features you know from the map lib.
currently it implements only 'recursive backtracker' but i hope to provide more algorithms sooner or later
this is a screen shot of the maze lib. Dead ends are colored with grey.
the mapStyle is MapStyle.SQUARE_ISOMETRIC
, obviously, and i've
calculated a shortest path (a*) which is colored in yellow.