Taking focus on a target, often to shoot it, and even more often in the head.
1
vote
0answers
117 views
How can I use iteration to lead targets?
In my 2D game, I have stationary AI turrets firing constant speed bullets at moving targets.
So far I have used a quadratic solver technique to calculate where the turret should aim in advance of the ...