paddle

  1. C

    Paddle collision

    I have a problem with my code where the ball doesn't accurately detect the collision of the paddle on all point it deflect the ball at a certain area, but not all. Here is the paddle dimensions from paddle class: x= 550 y= 170 width = 15; height = 90; class ball { int...
Back
Top Bottom