Hit the Ball Back

Your paddle already knows when the ball touches it, because the Console says so every time. That print is all it does so far. This node turns it into a real bounce. Where the ball lands on the paddle decides the angle it leaves at, and that one rule is what makes Pong a game instead of a screensaver.

Topics in Hit the Ball Back

  1. Keep the Ball In Bounds
  2. Speed Up Every Hit

All 54 topics in the Your First Unity Game