Getting started with Cocos2d-html5

I know that this cannot be regarded as a question. But this is for developers who want to start development in cocos2d-html5. Is there a basic tutorial for this structure with a good explanation. And I want to know that we can create facebook games using this structure (cocos2d-html5).?

+4
source share
4 answers

Zynga built Match with Friends for facebook: https://apps.facebook.com/mwithfriends/

There are series of tutorials "Step by Step to Create Parkour with Cocos2d-html5" for you http://www.cocos2d-x.org/docs/tutorial/parkour-game-with-javascript/chapter1/en

+3
source

There are also test cases that can be very useful: http://cocos2d-x.org/npm/cocos2d-html5/index.html

Check how to do things with cocos2d-html5.

If you have any questions, you can post on the forum: http://cocos2d-x.org/forums/19

+1
source

Well, you can start from the official website: http://www.cocos2d-x.org/wiki/Cocos2d-html5 . There are several references to manuals and manuals.

To set up a new project from scratch, you can also see the message: http://2sa-studio.blogspot.com/2013/11/setup-cocos2d-html5-project.html

0
source

I am giving a new answer because I cannot add a comment to the answer from Shun Lin. This is a link to the official Cocos2d JS tutorial (parkour game with Cocos2d-JS): http://cocos2d-x.org/docs/tutorial/framework/html5/en

It seems like you can create games on Facebook, but I have no experience with it. In addition, the API is marked as beta (at least in the sidebar): http://cocos2d-x.org/docs/manual/framework/html5/facebook-sdk/api-reference/en

0
source

All Articles