A Two Player Pong Game INSTRUCTIONS *Move the mouse to control the bottom paddle. *Press the left and right diractional keys to move the top paddle. *Don't let the ball touch the darkest purple bellow or above the paddles. HOW I MADE THIS *I took the original pong game at learnscratch.org Scratch 3, Unit 3, lesson 12 and moddified it. *First I just made a fun background that didn't have the color that i was going to use for the "Dead Zone" *Then I made the "Dead Zone" the color that I wantedd it to be, and changed it in the ball's script. *Next I duplicated the ball and the paddle. *After that I changed the script so the paddle would start at by going to Costumes and then putting: When the green flag is clicked, go to(-20,145) *I also made the top paddle able to move by clicking the directional keys by going to Script and telling it that: forever, if the left arrow key is pushed, go -10 stepps. vice-versa. *Finally I had to move the balls to start at a different location so that they wouldn't start in the top dead zone. To do this go to Script: then change the first script to, go to (13,120). MORE IDEAS Make this game more exciting by making the balls move faster. Also try to make it to were you play from side-to-side rather than from top-to-bottom.