This game aims to stop a slithering snake from bumping into itself. To move the snake sprite, use the arrow keys. To make the snake's body grow longer and longer, we draw a line on the Stage as it moves around. We then add code to ensure the snake hasn't hit this line.