Hey everyone,
I’m making a simple breakout game to get some experience in programming. You know, the game where the ball has to break blocks at the top of the screen, and you have to make sure it doesn’t fall off the screen at the bottom with your paddle.
Making a ball collide with the edge of the screen is easy, as is making it collide with the middle of the paddle. However, when it hits a corner, I would expect a different reaction, not a simple bounce back.
Can anyone point me to a tutorial, or explain how to approach this? I hope I was being clear enough. If not, please let me know
Thanks in advance,
Maqrkk