cocos2d-x - object creation and management in game design
- by Jason
How do others keep track of everything going on in their games? I am working on a new game and I am quickly realizing everything that I need to keep track of.
Example:
Maybe a layerManager that keeps track of all the layers and what is happening for a particular scene.
Maybe a sceneManager for sharing objects among scenes
But then getting to…