Pong

From WLCS
Revision as of 07:10, 10 October 2012 by Admin (talk | contribs)

Objectives:

  • You will use Scratch to create Pong
  • The Pong game will require that you use math, variables, conditionals, and loops!

Resources:

Pong Directions:

  1. Each player should be able to move the paddles up and down
  2. The ball should bounce if there is a collision. If the ball collides, you should make it bounce back along the x-axis. In order to bounce, negate the ball's direction (multiply by negative 1)
  3. ...
  4. ...
  5. ...

Grading Rubric:

  • 2 pts - right paddle moves up and down with keyboard
  • 2 pts - ball bounces properly off the right paddle
  • 2 pts - left paddle moves up and down with keyboard
  • 2 pts - ball bounces properly off the left paddle
  • 2 pts - Player 1 and Player 2 points are tracked and displayed properly