Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cocos2d Resources [closed]

Any recommendations on good sites/resources on programming with the Cocos2d-iPhone game engine?

What worked for you? What is the canonical place for all things Cocos2d? Any sites you recommend? Best practices? Blogs?

Much appreciated

like image 299
Brian Liang Avatar asked Feb 19 '10 01:02

Brian Liang


2 Answers

I have used those sites and have also found Ray Wenderlich's tutorials very useful.

http://www.raywenderlich.com/352/how-to-make-a-simple-iphone-game-with-cocos2d-tutorial

Also there are several references available here too:

http://www.cocos2d-iphone.org/wiki/doku.php/resources:iphone_recommended_reading

Happy coding! B)

ADDITION: I found these two questions have many great resources too:

https://gamedev.stackexchange.com/q/2326/1037

https://gamedev.stackexchange.com/q/20/1037

like image 57
Mark7777G Avatar answered Oct 21 '22 04:10

Mark7777G


I've found monitoring #cocos2d on Twitter can sometimes turn up some interesting articles. Cocos2D blog is usually pretty active and points out available tutorials once and a while like the following...

http://www.cocos2d-iphone.org/archives/582

Take a look through their wiki as there is a bunch of useful articles there as well...

http://www.cocos2d-iphone.org/wiki/doku.php/

like image 30
Rob Segal Avatar answered Oct 21 '22 05:10

Rob Segal