Ways to play a game: - Use the arrow keys to control the snake. - If you hit the edge of the screen you lose. When the score is 295, congratulation - you win! ============================== Q: Why 295 is a winning score, not 300, 400, 500, or even 1000? A: This is because the maximum clones in Scratch is 300 clones. At the end we have 5 clones and 0 scores, so the max score is 300 (maximum clones) + 0 (start score) - 5 (start clones) = 300 + 0 - 5 = 295 (clones).