Formative Task - Pong Game

task

You are going to create your own version of the game Pong. You will need to:

1) Open a new Scratch project and save it as Surname_Firstname_Pong.

2) Watch the example animation below

 

 

3) Use the built in Tutorial to help you

 
 
 

Try making your game more difficult to play. Consider the code below. What will it do?

 

 

 

Pong Game Checklist

  • Have you Saved as Surname_Firstname_Pong ?
  • Is your Ball Sprite a suitable size and does it move around the screen and bounce off the walls?
  • Do you have a moveable Paddle that deflects the ball ?
  • Do you have a Sound effect when the ball bounces ?
  • Does your Score board reset when the game starts ?
  • Does your game finish if the object hits the floor ?
  • Do your main sprites and background follow a Theme ?
  • Is your Maze fully functional ?
  • Have you adjusted Angles and Speed to improve gameplay ?
  • Have you added any EXTRA code added to improve your game ?