Skip to content

Instantly share code, notes, and snippets.

@nipundavid
Forked from derofim/Social.md
Created June 22, 2020 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nipundavid/81ea40ebbf0d7381f5189600d6f188dd to your computer and use it in GitHub Desktop.
Save nipundavid/81ea40ebbf0d7381f5189600d6f188dd to your computer and use it in GitHub Desktop.
Cocos 2d js game resources

Books cocos2d-x javascript

Learning Cocos2d-JS Game Development
Rapid Game Development Using Cocos2D-JS

Tutorials cocos2d-x javascript

parkour-game-with-javascript-v3.0: https://github.com/slackmoehrle/cocos-docs/tree/92bba2dcc94ad718c1bfbdde37d47b19da879e6a/tutorial/framework/html5/parkour-game-with-javascript-v3.0
More official tuts:
https://github.com/slackmoehrle/cocos-docs/tree/92bba2dcc94ad718c1bfbdde37d47b19da879e6a/tutorials/javascript
https://github.com/slackmoehrle/cocos-docs/tree/92bba2dcc94ad718c1bfbdde37d47b19da879e6a/tutorial

Snake game: http://www.gamedevcraft.com/2015/09/cross-platform-snake-game-in-javascript.html

Cocos2D HTML 5 Tutorial Series table of contents (2012, gamefromscratch.com): http://www.gamefromscratch.com/page/Cocos2D-HTML-5-Tutorial-Series-table-of-contents.aspx

(2013) From zero to a complete game with Cocos2d HTML5: http://www.emanueleferonato.com/2013/05/16/from-zero-to-a-complete-game-with-cocos2d-html5-step-1/

(2013) How To Make a Cross-Platform Game with Cocos2D Javascript Tutorial: http://www.raywenderlich.com/32970

(2014) HTML5 Game Development with Cocos2d-JS - http://blog.rhesoft.com/2014/06/28/tutorial-html5-game-development-with-cocos2d-js-firefox-os/

Video from Sonar Systems

Cocos2d-x JavaScript Networking: https://www.youtube.com/playlist?list=PLRtjMdoYXLf6dWQTfK1b_kjLXK0EmQOES
Cocos2d-x JavaScript - Rect/Bounding Box Collision Detection: https://www.youtube.com/watch?v=t42V0slcf-0
Cocos2d-x Multi Device Design 2.0: http://www.sonarlearning.co.uk/coursepage.php?topic=game&course=cocos2d-x-multi-device-2 Cocos2d-x Pass Data To Scene: http://www.sonarlearning.co.uk/coursepage.php?topic=game&course=cocos2d-x-pass-data Cocos2d-JS v3 Course: http://www.sonarlearning.co.uk/coursepage.php?topic=game&course=cocos2d-js-v3 Cocos2d-x v2 JavaScript Course: http://www.sonarlearning.co.uk/coursepage.php?topic=game&course=cocos2d-x-v2-js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment