It just generates a random island! Suggest what I should add next! How it works: What I did is make a sprite and had multiple costumes inside that sprite. I decided to use chunks. There are 3 variants of the sand chunks, 3 variants of the grass chunks and 2 variants of the stone chunk. When it started it switches to a random sand chunk and goes to 0, 0. Then it makes a clone which kind of stamps it. Then it changes x and y by a random number between -150 and 150, points in a random position and it also detects if its touching another sand chunk and if its not then it goes to a different position(This makes it so its a solid island) Then it renders the grass. This uses the same technique as the sand but it changes x and y by -70 to 70. Then it generates rocks the same way as grass.