Island shape to be circular

I my game I want my map to be an island but circular shaped. I can’t use noise since it’s jagged and repettive. My goal is to be similar to the isle goblin style island shape by Watt designs but the shape be procedrally generated
Until now I have nothing completed as I couldn’t do it

This is a very nice tutorial on the wave function collapse algorithm. At the end he shows you how to do circular shaped islands. Its in java but is very easily transcriptable. You might want to run it in a background thread in the actual game depending on the size you use

2 Likes

Thanks, Ill try and see

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.