This uses JavaScript to randomly generate a 70x70 grid map with elevation values, then smooths it out to look better. Doing this iteratively, the map will eventually reach an equilibrium where no grid squares are changed, and will stop updating.
Randomly generates a 70x70 grid map with hypsometric tints
This uses JavaScript to randomly generate a 70x70 grid map with elevation values, then smooths it out to look better. Doing this iteratively, the map will eventually reach an equilibrium where no grid squares are changed, and will stop updating.
Log in or sign up for Devpost to join the conversation.