"centipede" in GDevelop?

How do I…

How would I create a centipede in Gdevelop? What I am trying to do is have one object for the whole centipede, and each part of the body has a role. the head creates an invisible line for all the other body parts to follow. the body can either follow another body or the head. the tail makes sure nothing is following behind it in the line.

I just need a tutorial on how to create the line and have others follow it. I think I might be able to do the rest by myself.

TLDR: how to recreate worm boss from terraria

Have you tried the Animate Shadow Clones extension?

https://wiki.gdevelop.io/gdevelop5/extensions/shadow-clones/#animate-shadow-clones

Does centipede have a smooth movement or is it more blocky like the classic snake game?

3 Likes

I’ve done it with physics joints in a previous project. Let me know if that’s something you’ll like to use:

centipede

2 Likes

I will take a look at it. Smooth movement by the way.

1 Like

It works great! still some problems though.

1 Like