1/15
#Tutorial #thread on how I made a #worms style procedural level generator, with visual examples and names of image processing algorithms being used for each step.
While I am using #unity, the level generator code is standalone #csharp and I hope to write this in a way that is useful for any language. My focus is going to be on the actual steps being taken, and less on the programming.