Open SimpleManGames opened 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.
In HexGrid-CreateRivers just change the OrderBy().FirstOrDefault to pick the three lowest neighbours.
Make the rivers able to move to the next three lowest and randomly pick between them so the rivers aren't as straight.