rogersanick / SettlersOfCordan

Other
11 stars 4 forks source link

Game Utilities - Connecting roads in data structures [Hard] #8

Open rogersanick opened 5 years ago

rogersanick commented 5 years ago

Roads need to be connected when placed so that we can verifiably count the length of a given road on the game board (and all of its branches).

An alternative would be to query for all the road states and do manual checks to determine the length of the longest continuous road state.

// States

// Contracts