Game Physics Book/Site

Monkey Forums/Monkey Beginners/Game Physics Book/Site

darky000(Posted 2014) [#1]
Hello,

It's me yet again. I've been wanting to make physics of a homing missile and found some on the net but the formula is complicated.

Is there a site or book you can recommend to me to learn game physics that shows a step by step?

This is not related to physics but books or sites similar to how Michael Hartlef discusses them if you have tried his book. Thank you.


gasmonso(Posted 2014) [#2]
One of my favorite books is called The Nature of Code by Daniel Shiffman. The book is free to view online and you can download the example code as well. Here's the link!

Happy coding!


dawlane(Posted 2014) [#3]
Homing missiles did crop up last year http://www.monkey-x.com/Community/posts.php?topic=5885


Gerry Quinn(Posted 2014) [#4]
I usually try googling for things like this. For example, "simulate homing missile code" gives a lot of links which seem to be lead in the right direction.


DruggedBunny(Posted 2014) [#5]
A Blitz homing missile example was posted very recently:

http://www.blitzbasic.com/codearcs/codearcs.php?code=3152

Should be fairly easy to extract the algorithm used. (Not tried it myself!)