I. EW bridges - No assginement unless
1. if value(x,y)next-1 square is east or west of bridge, value(x,y)next+1 can be assigned to the opposite squre (east or west) IF that square isWalkable && ((isRamp and has +1 height level)|| (has same height level))
2. if value(x,y)next-1 square is north or south of bridge, value(x,y)next+1 can be assigned to the the opposite square (north or south) IF that square isWalkable && ((isRamp and has same height level)|| (has same height level -1))
I. NS bridges - No assignment unless
1. if value(x,y)next-1 square is north or south of bridge, value(x,y)next+1 can be assigned to the the opposite square (north or south) IF that square isWalkable && ((isRamp and has +1 height level)|| (has same height level))
2. if value(x,y)next-1 square is east or west of bridge, value(x,y)next+1 can be assigned to the opposite square (east or west) IF that square isWalkable && ((isRamp and has same height level)|| (has same height level -1))
Defien when bridge squares can enetred. same height or 1 lower; if ramp also 1 higher
Bridges broader than 1 sqaure?
Sahde settings:
w:7,8
A: 20
I: 70