What algorithms can I use for bullet movement toward the enemy?
Posted
by
theateist
on Game Development
See other posts from Game Development
or by theateist
Published on 2012-07-04T21:25:03Z
Indexed on
2012/07/05
3:23 UTC
Read the original article
Hit count: 297
I develop 2D strategy game(probably for Android). There are weapons that shooting on enemies.
From what I've read in this, this, this and this post I think that I need Linear algebra
, but I don't really understand what algorithm I should use so the bullet will go to the target? Do I nee pathfinder
, why?
Can you please suggest what algorithms and/or books I can use for bullet movement toward the enemy?
© Game Development or respective owner