I calculates the score in game project using android cocos2d, in that game after finishing the first level it goes to the next level, so i want to store that first level score and also add next level scores. how can i store that scores in android-cocos2d.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
CCFileUtils::getWriteablePath(). using that method I can create and save data into a file. – Gajoo Dec 7 '11 at 19:58