FlowChart: Space Game Beginner

Space Game thumbnail

Instructions: create a FlowChart for the following coding challenge:

Scratch Game Challenge: Space Game Beginner

Summary: Shoot the space invader to survive termination

Player Sprite:
– Moves horizontally with keyboard or GamePad inputs

Enemy Sprite:
– moves horizontally then downwards
– resets to top if touching Projectile
– game over if touching Player

Projectile Sprite:
– moves vertically with keyboard or GamePad input
– if touching alien causes it to dissappear

Submission