Skip to content

Latest commit

 

History

History
 
 

day86

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Day 86 - Breakout: The Famous Arcade Game

Concepts Practised

  • Create a Paddle that responds to Key Presses
  • 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

Breakout

day86