Errors in your game physics math
The fact that we use fixed time steps in most game programming can lead to our actual solution deviating from our desired solution over time. This post explores how we can fix that problem.
The fact that we use fixed time steps in most game programming can lead to our actual solution deviating from our desired solution over time. This post explores how we can fix that problem.
What makes a game fun? If you dig deep into the game mechanics, you will find that if you have a good core game loop, the rest follows.