A simple terrain generator with biomes! This didn't take long to make and can produce some very natural looking terrain. There is desert, snow, and grass. Sorry, the trees never want to go to their position at lower pen sizes so they might glitch around, so yeah ;) CONTROLS: Left and right arrows keys to scroll. Up and down arrows to increase and decrease the verticality. Sliders to change the pen size for slower computers.
All code by me. I made this using multiple lists containing values. For the terrain, it has 0, 1, and 2. 0 means stay still, 1 means go up, and 2 means go down. The list is 200000 numbers long and it puts you directly in the middle, so technically it isn't infinite, but it is HUGE. It then has a list for the biomes and for the trees. IF YOU USE THIS PLEASE CREDIT ME, AS THAT IS IN THE SCRATCH COMMUNITY GUIDELINES v1.0: Release v1.1: Fixed an issue that incorrectly positioned the environment. v1.2 Added a tree toggle. Ignore: #all #animations #art #games #music #stories #tutorials #tutorial