Loved the sound effects and art! How did you handle the evolution if you don't mind me asking? It looks like the model changes kind of randomly, which is neat.
Viewing post in growing jam comments
Thanks! The lil snake guys spawn in a random radius from the center. Those points get added to an array and I get the convex hull of those points. Using the convex hull I draw the polygon 2d. I also draw a line 2d on the border, and interpolate additional points in-between so I can add some random zig-zag to the edges.