Skip to content

Latest commit

 

History

History

day22

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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