Can pathfinding be used to select those two blue points and pick up the rest along the route?
I’m trying to develop an air traffic control game and looking at methods of selecting taxiways. I have concluded that clicking on notable intersections and using a pathfinding algorithm to piece the rest together is the best solution. I have taxiways names arranged in a graph if that helps at all.
my goal is to return the names of each of the intersections