Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 544 Bytes

Day22.md

File metadata and controls

16 lines (14 loc) · 544 Bytes

What I learned today:

  • finished the Pong game
  • learned few more things on Turtle
  • refershed the oop concepts

Projects I did today:

  • finished the pong game that was incomplete from yesterday
    1. added collisions recognitions with paddles
    2. created methods to keep track of score
    3. features for missed balls and restarting
    4. gradual increase of ball speed with time
    5. limited paddles' movements till the end only
    6. and other minor features and bugs correction..

 
and more..