It's generates a maze on a tilemap and solved it. It doesn't search for the shortest path. It's searching if there's any path. In worst case it drives every pat...
It's really awesome, what algo your use for build a maze? Is it like recursive backtracking?