Currently, the ball starts in the middle when you click the Green Flag. Arrow keys move red and the A and D keys move blue. Remix the project and do the following: a. Create 2 variables for score, one for each player b. Add scripts so the score goes up when the ball touches the top or bottom color. c. Add to the same scripts, so the score is set to 0 when you start the game. As a challenge, add to the scripts so the game ends when one side gets a certain amount of points.
Concepts from Scratch tutorial on Pong Game People are free to remix this project.