Skip navigation
NintendoAge
Welcome, Guest! Please Login or Join
Loading...

Observation about gameplay physics.

Jun 4, 2014 at 1:30:50 PM
Aaendi (0)

(Andy Koenigs) < Eggplant Wizard >
Posts: 332 - Joined: 05/31/2012
United States
Profile
Most game objects have one of the following basic movement patterns:

-linear
-back and forth
-circle
-wave
-gravitational arch
-the contour of the ground

It's just the way they are being used that makes the difference.  You can have the same movement pattern with different graphics and a different collision event, and you have an entirely different object.

Jun 4, 2014 at 1:37:05 PM
arch_8ngel (68)
avatar
(Nathan ?) < Mario >
Posts: 35265 - Joined: 06/12/2007
Virginia
Profile
I would replace "gravitational arch" with the more accurate "parabolic", since the use of "gravitational" would imply that all objects, regardless of mass, experience the same acceleration.

Unfortunately, most games (at least on older systems) that attempt to include parabolic motion don't get the corresponding velocity table shaped correctly and it ends up feeling "off" since intuitively you can tell that it isn't what any level of gravity would actually do.

-------------------------