Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 501 Bytes

Day 22 - Build Pong: The Famous Arcade Game

Concepts Practised

  • Create a Paddle that responds to Key Presses
  • Write the Paddle Class and Create the Second Paddle
  • Write the Ball Class and Make the Ball Move
  • Add the Ball Bouncing Logic
  • How to Detect Collisions with the Paddle
  • How to Detect when the Ball goes Out of Bounds
  • Score Keeping and Changing the Ball Speed

Pong

day22