Android Question game in TD style

coldteam

Active Member
Licensed User
Longtime User
Hi everyone , I want to make protenkuyu game in the style tower defence. Need help , may have some examples? Or Explain how to make shots at the enemy towers . how to calculate the flight of the bullet ?
 

Johan Schoeman

Expert
Licensed User
Longtime User
Hi everyone , I want to make protenkuyu game in the style tower defence. Need help , may have some examples? Or Explain how to make shots at the enemy towers . how to calculate the flight of the bullet ?
I guess the flight of the bullet can be calculated with

v = u + at
v^2 = u^2 + 2as
s = ut + 0.5at^2

It is basic projectile equations. Browse the web for info on the formulas (^ means to the power of)
 
Last edited:
Upvote 0
Top