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.

i just know the start the game development in android using Cocos2d.I start the basic from this link http://dan.clarke.name/2011/04/how-to-make-a-simple-android-game-with-cocos2d/ but i didn`t get enough sample or code or books for cocos2d in android , if any one know that means help me out.

Thanks.

share|improve this question
1  
This isn't much of a question, and the tutorial you linked to has the full source code for download, so I'm not sure what you're asking. – thedaian Sep 28 '11 at 13:23
i need a more samples to developed an application Tetris, because the link i attached is simple game only one scene , i need an sample to with more layers ,scene ,texture and collision detection ..etc – Karthi heno Sep 29 '11 at 4:06

closed as not a real question by Tetrad Oct 29 '11 at 22:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

This is the current source of Cocos-2d Android Source.Download the tests from this place.

https://github.com/ZhouWeikuan/cocos2d/tree/master/cocos2d-android/src/org/cocos2d/tests

Btw, Its good to have a look at Cocos2D-x which will be cross platform(c++).But you need to use NDK for using cocos2d-x.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.