Snake game \ sb3 file
Title: Snake Game
Overview: This Snake game is designed using Scratch, with the block-based programming language in English. The player controls the snake using the arrow keys (up, down, left, right) on the keyboard. The objective is to eat strawberries, with each one adding 1 score. The player advances to the next level after earning 5 scores, and wins the game after reaching 10 scores. However, if the snake hits the wall, the player loses 1 life. The game is over if the player's lives drop below zero.