This is a simple game in which a player uses the mouse to bounce the ball. The ball moves faster each time it is bounced off the paddle. This program uses Operator, Variable, and Control blocks.
First, change the values of the speed variable. Can you figure out a way to make the ball go slower each time it hits the paddle instead of always speeding up? - I changed the variable "change speed by _3_" to "change speed to _-1-" so that it goes slower each time it hits the paddle instead of always speeding up