Snake Movement SYSTEM
            
                            
                                  in Help Wanted             
        Im trying to make the the game snake but im confused about how i would go about the movement system appreciate the help
                            
                            
Comments
Looks like there's a template available at http://gshelper.com/product/serpento-snake-template and a video of it here:
I could be wrong but I think it's by @LumpApps
Yes, that's mine @tatiang
You let the head move by the user. In a table record every click the x and y and the rotation to know where it is and to know where it is pointing at. Then each click have the first bodypart look at the table at the heads position of one click back and the second body part of the heads position of 2 clicks back, etc.
That is the basic principle.
Best, Ludwig