How to create a large level game?

Posted by Siddharth on Game Development See other posts from Game Development or by Siddharth
Published on 2012-06-20T13:27:18Z Indexed on 2012/06/20 15:26 UTC
Read the original article Hit count: 175

Filed under:

I want to know how to create a large game which has more than one level in it and those levels are loaded from the xml file. In my game I have many objects for each different level which I have to load when use click on it.

At present for example my game contain 20 levels and now I was loading all the graphic object for all 20 levels. But the correct way was that only load graphic of that particular level only. So I don't know how to do that. So please explain this by providing game example.

At present I was creating a class for each my game object image by extending sprite to it. I know it was not a suitable way so provide guidance on it.

Basically I want to know how to create large games in andengine?

Please help me about that because it will provide help to other community member also because andengine did not have proper documentation for learning developer about how to manage large game?

© Game Development or respective owner

Related posts about andengine