Click flag to start. Use left or right to control the paddle. Please do not make the ball hit the lower edge. For every three times you hit the "e", you get a new ball. You can have a maximum of nine balls. The small g shows how many balls you have currently. When it's totally light blue, you have no more balls to shoot. In that case, You can't earn any balls.
Added Google Doodle Technical Notes =========== The ball movement scripts in this project were done using the Point/Move blocks rather than the more usual Set X/Set Y. This complicated the gravity calculations but allowed me to use the On Edge Bounce block. Flat surface bounces only happen on the side where the direction vector is pointing. This was done intentionally so that the flippers would perform with more realism but had the unfortunate side effect that walls only bounce on one side.