Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

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.

(2 edits) (+1)

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.