FlowChart: Pong Core

Pong thumbnail

Instructions: create a FlowChart for the following coding challenge:

Scratch Challenge Pong Core

Summary: Single player pong, 5 lives and 60 seconds game time

Ball Sprite:
– bounces off Paddle at a random angle between 40 and 140 degrees
– life lost if player misses ball and ball resets to start position

Paddle Sprite: move vertically using keys or GamePad

Submission