+ 1
Ball Direction in "Pong"
how do i need to calculate ball direction when he hit the board frame. my board is 2 dimension array.
1 Antwort
+ 8
divide the paddle up into a bunch of smaller collision boxes
how do i need to calculate ball direction when he hit the board frame. my board is 2 dimension array.