Mini-Project: Catch the Falling Stars
Build a complete mini-game using variables, conditionals, and loops.
Requirements
- Star sprite falls from the top of the Stage to a random X position every 1.5 seconds.
- Player sprite moves left and right with arrow keys.
- Score variable: increases by 1 each time the player catches a star.
- Timer variable: counts down 30 seconds; game ends when it reaches 0.
- Display both Score and Timer on the Stage.
Save as “Catch the Stars”.