Maze Runner Ball Game
The Project
Maze Runner Ball Game is a classic-style maze challenge built in Scratch, where you control a ball using the arrow keys to reach the final destination. The player starts at Point 1 and must carefully navigate the ball through the maze to reach the end goal without touching the walls. You can move the ball using: Up Arrow – to move up Down Arrow – to move down Left Arrow – to move left Right Arrow – to move right The game uses: Keyboard controls A maze background Collision detection to check if the ball touches the walls (which could reset the position or display a "try again" message) A final point sprite or area that completes the level It’s a fun and skill-based game that teaches logical thinking, control movement, and careful programming using conditions and loops.