So while I now have a basic best first solution, there are two scenarios missing.
The first is if we have line of sight but there are blocked objects present. The second is we only care about the edges we can see and not the total cost of moving to the destination.
So while I now have a basic best first solution, there are two scenarios missing.
The first is if we have line of sight but there are blocked objects present. The second is we only care about the edges we can see and not the total cost of moving to the destination.