adityak-21 / breakout-game

A demo breakout game as homework for CS455
0 stars 0 forks source link

Add collision with the bar #5

Closed KartiK-R-Soni closed 1 month ago

KartiK-R-Soni commented 1 month ago

Extend the collision of ball happening with bar same as that with the outside boundary

Tasks

adityak-21 commented 1 month ago

Ball bouncing correctly from the paddle and condition for game over.