Hi,
I’m a Java Programmer for about 4 years (3 profissionaly) now but only recently began with games and Java2D as an hobby. I’m trying to recreate a version of Arkanoid. I’m having some dificulties with the object collision algorithm, more exactly the collision between the ball and the bricks or the stick. I know that I’ll eventually overcome this problem with more or less coding but I wanted to do it right and avoid creating bad habits. I was wondering if anyone could advise me some good reading to learn about this ordinary algorithm problems in 2D coding?
I’m currently reading Killer Game Programming In Java which is not very advanced in this matter. (atleast not where i am currently reading)
Thanks