Quote:
Originally Posted by chandr
i am new in iphone game development, is it possible to make a card game using cocos2d?
if anyone know please help. Is cocos2d is the best for card game ?
Thank You
|
Yes, you
can write a card game in cocos2d, but I would simply use objective C if it were my app. The main advantage of cocos2d might be if you wanted to use game physics for card movement since box2d and chipmunk physics are easily accessed there.