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.
Can you figure out a way to increase the score by 2 each time the ball hits the paddle? Try it out in the program and see if it works. - To increase the score by 2 each time the ball hits the paddle, I change the score variable to 2 instead of 1.