Tagged Questions
-5
votes
4answers
1k views
How to implement a 2d collision detection for Android
I am making a 2d space shooter using opengl ES. Can someone please show me how to implement a collision detection between the enemy ship and player ship. The code for the two classes are below:
...
0
votes
1answer
339 views
What maths should I learn for game programming, and what aspect of programming does it relate to? [duplicate]
Possible Duplicate:
What math should all game programmers know?
Obviously a good knowledge of maths is essential for good programming, my maths isn’t the best ( I didn’t pay attention in ...