Introduction Hi, I’m Glenn Fiedler and welcome to Game Physics. If you have ever wondered how the physics simulation in a computer game works then this series of articles will explain it for you. I assume you are proficient with C++ and have a basic grasp of physics and mathematics. Nothing else will be required if you pay attention and study the example source code. A physics simulation works by making many small predictions based on the laws of physics.