Organize a game set

Posted by jncunha on Game Development See other posts from Game Development or by jncunha
Published on 2012-05-15T13:46:17Z Indexed on 2012/05/31 22:52 UTC
Read the original article Hit count: 104

Filed under:
|
|
|

I'm developing a endless running game and I'm not really sure on how to make the set. The first approach was to make a BIG set like 10240x3072 pixels so that we have a nice portion of set. After having like 3 or 4 sets that go along with each other I would work on making their elements sequential and repeatable. However this is getting really heavy for the iPad 1 (it's running good in the iPad 2 and the New iPad) even though I'm splitting all the set in slices through Photoshop. For the implementation I'm using Cocos2D. Is there any better approach to make something like this but truly efficient for the iPad memory?

Thank you.

© Game Development or respective owner

Related posts about iphone

Related posts about ios