Worm This is like the classic game centipede (A.K.A. Snake) and is still a beta, you use the arrow keys to move and there is the point varible in the top left corrner. at this stage there are no blocks adding on to the back of the worm but that will soon change this is just a taste of what's coming Logan996 This is a remix for Logan996 showing how to add on the worm segements. Other changes: 1. Switched the worm head over to Direction/Move motion to simplify things. Also switched the worm head costume over to Don't Rotate mode. 2. Added statements to the Points sprite to increase the number of worm segments. Currently it is set to add a new segment every 5 points. 3. Added statements to the Points sprite to make sure it doesn't end up on the Score variable block (where the worm can't get at it) 4. Added a black dot to the worm segments so that the game would end if the worm head crossed over the segments. 5. Changed the dot color on the first segment to blue to fix a problem with the worm head occasionally running over the segment when it first appears, thus stopping the game prematurely. So if you want to make more worm segments (recommended), DONT copy the first segment.