Game Engine Tutorial Part III, Chapter 4 – Engine [Updated 11/5/2009 11:12PM PST]
The final core class of the engine is the “Engine” class. This class maintains the GameScreen stack, keeps track of utility classes, and is the starting point for updating and drawing all the GameScreens and thus all the Components. Later on it will also be in charge of saving and loading the state of the [...]
Sean