March 18
Welcome to 2 Player Pong
W & S move the Yellow Paddle
Up and Down Arrows move the Blue Paddle
First to 7 Points Wins! Good Luck!
Beta Test:ย
Go to Scratch and click โCreateโ
Delete the default cat sprite
Add:
A ball sprite
A paddle sprite (rectangle or something creative!)
๐ Most Pong games use at least a ball + paddle
Choose a fun backdrop
Change your paddle and ball into:
Animals ๐ถ
Sports equipment โฝ
Food ๐
Make it YOUR game!
Add this basic logic:
When green flag clicked
Point in a direction
Forever:
Move steps
Bounce if on edge
Choose how your paddle moves:
Option A: Mouse Control
Set X position to mouse X
Option B: Keyboard Control
If left arrow โ move left
If right arrow โ move right
๐ Paddle movement is usually controlled by player input