This is nice. The simple visuals are elegant and the bouncy effect looks quite impressive, even if crude. May I ask how did you do it? It's still quite buggy around platforms though. The slime acquires strange shapes when falling of the edge or falling from very high, and once even got stuck in a thin platform, as I didn't jump high enough and part of it was already above the platform. Good that you implemented the respawn feature :)!
Viewing post in PolySlime jam comments
I'm glad you liked and I'd be happy to explain how it works. All of the things you mentioned, from the visuals to the bugs, are due to how the slime is built. I'll attach a gif to help explain it because it is a bit obtuse. The slime itself is not one solid object, but a set of 12 points arranged in a circle with one extra point in the center. Each of the 12 points has two spring joints, one connecting it to the adjacent point and one to the center point. The camera then renders triangles between these points to make it look like a solid shape. Because the slime is completely hollow, the individual points can sometimes get stuck on platforms or the whole structure can collapse upon higher impacts. I tried to build the game around this which is why I added the respawn feature. Hopefully I explained it well enough but if you have any more questions feel free to ask!