Category: Game Code  ·  Originally posted January 29, 2009  ·  Last updated February 1, 2011

Basic Game Physics (Velocity and Acceleration)

This site spends a lot of time focusing on the graphical side of game programming, but what about the underlying math that drives game engines?  After an evening of being inspired by the marvelous Havok physics engine, I decided to bust out some old code and use it to demo classical mechanical physics.

A shot of the physics demo in action

A shot of the physics demo in action

The demo has a pretty simple premise – use the arrow keys to fly a spaceship (taken from the classic game Raptor) in all 4 directions and use spacebar to fire two “lasers.”  As always, the included VB6 source code is very carefully organized and commented.

Also, for any VB-haters out there, it’s worth noting that if the demo’s frame rate limitation box is unchecked, the code will easily run 500+ FPS on any modern machine.  Still think VB6 isn’t a viable choice for game programming?

As a bonus, the demo also includes the code for drawing an animated star field.

This site - and its many free downloads - are funded by donations from visitors like you.
Please consider a small donation to fund server costs and to help me support my family.
Even $1.00 helps. Thank you!

 

bookmark and share this article

Email this article to a friend Print a copy of this article Subscribe to article comments Bookmark this article on Delicious Submit this article to reddit Submit this article to Digg Submit this article to StumbleUpon Share this article on Facebook Tweet this article

related articles

Discussion (Be the first to comment!)

Public comments are closed for this article. Private comments may be submitted using this link.

Comments are closed.