Help with game logic
I am developing a game in which the user fires at oncoming troops. What would be the most efficient way to do these things: detect collision between a bullet and a troop, move a bullet based on a slope, and move across the screen? Any help is appreciated. I know that it is a very vague question, but I am just trying to see how I can go about this task while being as efficient as possible. Thanks!
|