Arrow keys to move! Don't touch the edges or your tail! Not mobile friendly sorry Also, be sure to check out my Snake AI https://scratch.mit.edu/projects/1096748870
Problem: Your tail would break after you get to a score of 15. Solution: Make less clones for the tail. Problem: Game doesn't end when the snake touches its tail. Solution: Take an "If touching (Snake)?" block from the apple and put it in an "<> or <>" block with the "If touching (edge)?" block to end the game.