game programming
The Holiness of the Update Cycle

Most games have what's called an "update cycle". One way or another, there are a bunch of entities/objects with an update () function, which is called periodically (usually every frame.) These might control enemy logic, particle positions, animations, etc.
Here is something that I have found to be incredibly helpful in reducing bugs.
Filed under:
You can:



