I was looking at using pathfinding algorithms for generating paths on a map between randomized tiles. I was just wondering if there was a specific algorithm or approach that would help with, rather than selecting the shortest path, selecting a specific path from a variety of paths. In the image, I want to get a path like the blue path, not the brown path, because straight/diagonal lines are boring :P.
CopyableCougar4