Islanders-Game / Islanders

A clone of the popular "Settlers of Catan", written in Typescript.
Other
4 stars 0 forks source link

Issue/1218 fix world gen harbor location #1227

Closed anders-wind closed 3 years ago

anders-wind commented 3 years ago

Fixes #1218 .

Changes the world generation logic:

Unfortunately this solution relies on mutation of the map, which I would rather not have implemented - but I don't see a way around it.