This is a work in progress. When complete it will be a snake game. Right now I am just working out how to make the snake work the way I want it to. It's coming along well. Try it out. It will take a second for the snake to start moving. One it does you control it with the arrow keys. I am using a train of sprite clones instead of using the pen, which is what I see a lot of Scratch snake clones using. I am hoping this gives a better effect. I am making each clone move... after implementing this it occurred to me that I might just add clones at the beginning and delete clones at the end. I will continue to play around and see which way works better.
Added Score