Cocos2D-JS | Quick Tutorials

Cocos2D-JS | Quick Tutorials

Cocos2D-JS | Quick Tutorials

Some step-by-step javascript tutorials for beginners.
All you need is the cocos library, a browser and code editor.

Module 1

00 | Cocos2D-JS | Game Start

01 | Cocos2D-JS | Simple server

02 | Cocos2D-JS | Code Editor

03 | Cocos2D-JS | How to display a sprite on the screen

04 | Cocos2D-JS | How to center a sprite in Screen

05 | Cocos2D-JS | How to define the attributes of an object

06 | Cocos2D-JS | How to Move a Sprite on the Screen

07 | Cocos2D-JS | How to remove a sprite of screen

08 | Cocos2D-JS | How to extend the attributes of a sprite

09 | Cocos2D-JS | How to use touch event

10 | Cocos2D-JS | How to Replace Sprites

11 | Cocos2D-JS | How to do scene transition

12 | Cocos2D-JS | How use keyboard to move a sprite

Module 02

13 | Cocos2D-JS | How create a tilemap

14 | Cocos2D-JS | How import a tilemap

15 | Cocos2D-JS | How create spritesheet.png and spritesheet.plist

16 | Cocos2D-JS | How create an animation

17 | Cocos2D-JS | How create objects with Chipmunk Physics

18 | Cocos2D-JS | How remove objects with Chipmunk Physics

Collaborate with this repo

The advantage of learning by writing tutorials is that, in the future, you can easily search what you need. So collaborate with this repo. Send your commits and tutorials.

4 Likes

New update

Add module 02

13 | Cocos2D-JS | How create a tilemap
14 | Cocos2D-JS | How import a tilemap
15 | Cocos2D-JS | How create spritesheet.png and spritesheet.plist
16 | Cocos2D-JS | How create an animation

New
17 | Cocos2D-JS | How create objects with Chipmunk Physics
18 | Cocos2D-JS | How remove objects with Chipmunk Physics

Unique example on the internet with clean code or without spaghetti code. :sunglasses: hehe

1 Like