SimpleManGames / RogueCiv

RogueCiv is a take on survival rogue likes but in this one you control a leader and have to build up multiple settlements in order to claim power in the region.
1 stars 0 forks source link

Rivers random-ness #9

Open SimpleManGames opened 7 years ago

SimpleManGames commented 7 years ago

Make the rivers able to move to the next three lowest and randomly pick between them so the rivers aren't as straight.

SimpleManGames commented 7 years ago

In HexGrid-CreateRivers just change the OrderBy().FirstOrDefault to pick the three lowest neighbours.