Currently the rivers are generated using linked lists with optional branching.
What needs to be done
Improvement of branching and resolution of local minimum (implement lake over flow).
How to do it
Get to know rivers.cpp and edit the algorithm to check whether a standing lake has been formed, if so pick the lowest "outside" point and force a branch from there.
Background
Currently the rivers are generated using linked lists with optional branching.
What needs to be done
Improvement of branching and resolution of local minimum (implement lake over flow).
How to do it
Get to know rivers.cpp and edit the algorithm to check whether a standing lake has been formed, if so pick the lowest "outside" point and force a branch from there.