Hi everyone!
I'm currently trying to make a mobile game where you can mold a 2D piece of clay. The idea is that you start with a blob and have to mold them with touch gestures into specific shapes. Below I'm sharing some concept images of how the mechanic is meant to work.
I'd be really grateful for any ideas on how to implement this. The clay will only be able to be controlled from certain points, so one idea I had was to draw the shapes as splines with anchors and control handles (basically how Illustrator's pen tool works), but I'm not sure if this is possible in Construct. Maybe some solution involving physics and joints might be better?