Bridges strategy
Bridges strategy guide
Bridges rewards careful counting. Look at each island's number, count how many neighbors it can still reach, and place forced bridges before trying open-ended lanes.
Good first moves
Simple solving flow
- For each island, count reachable neighbors and maximum possible bridges.
- Place forced bridges where the maximum equals the island's remaining need.
- After placing a bridge, reduce the remaining count for both connected islands.
- Remove lanes that would overfill a satisfied island.
- Check that every island can still join one connected network.
Common mistake
A group of islands can satisfy its numbers and still be wrong if it is cut off from the rest of the board. Keep an eye on global connectivity, not just local counts.