Go

In this game, use "G" and "O" to flip the paddle to correctly catch the ball. Careful, the ball gets faster as you score more points. You have three lives.

1) Draw a paddle with two colors and put it in the center.

2) Assign two keys to flip the paddle.

3) Create a ball with two colored costumes that starts at the top of the screen.

4) Make the ball move towards the paddle. Once it hits the paddle, have it start back at the top.

5) Keep track of how many balls are correctly caught with a score.

6) Keep track of how many balls are incorrectly caught by subtracting from the user’s lives.

7) Make the ball speed up as you score points.