forkserf / forkserf

a continuation of "FreeSerf"

Home Page:https://forkserf.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passthru road builder - need to check if EACH SEGMENT is better than current segments

tlongstretch opened this issue · comments

seeing a good amount of duplicate roads between two flags as a result of passthru solutions, I believe because they are not checking to see if EACH FLAG (i.e. each road segment in multi-road solution) is better than the current existing connection between those flags, it is likely only checking the first flag connected to as this is how I think the previous logic worked

I think this is even more important to fix because these duplicate roads seem to make it more likely for serf gridlock to occur

this is moot because of better way: #261