Catch the apple
The Project
"Catch the Apple" is a simple Scratch game where players control a basket to catch falling apples. Each apple caught increases the score, while missed apples reduce lives. The game ends when all lives are lost. It teaches basic coding concepts like motion, loops, variables, and collision detection. Adding score and Lives was the difficult part to built