Jump to content

Search the Community

Showing results for tags 'cocos2dx'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 3 results

  1. Hello all After my previous tutorial on how to develop ZigZag Game using Cocos2d-x cpp! I created another tutorial this time same game but using cocos2d-x JavaScript API . There i list why should developer consider to use the JavaScript API and what benefits he/she can to earn. I used Microsoft Visual Studio Code IDE for the Javascript dev and i must say it is very good tool. Here is the tutorial : http://www.gamedevcraft.com/ Happy JavaScript Game development !
  2. Hi , Do anyone know what is difference between cocos2d js and cocos2dx
  3. Hello all If you remember by previous posts here i showed how to develop simple cross platform game . Now i like to show you how to develop super simple real time multiplayer card game , which is also cross platform Using only free open source tools . which every one can efford. For the server stack im using Java Netty , it is light,fast,Asynchronous network server. the java code im using is NOT doing the 9 layers of abstractions it is simple almost procedural programming. For the networking protocol im using web sockets For the client side game im using Cocos2d-x the HTML5 version , and the Javascript API for desktop and iOS. Server Side: Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 1 Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 2 Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 3 Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 4 Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 5 Client side Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 6 Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 7 Multiplayer Card Game using WebSockets,Java Netty Server ,Cocos2d-x-HTML5 - Part 8 The source code: https://github.com/meiry/multiplayer_cocos2dx-js_using_netty_websockets Please note that this is the first draft, i will happy to get Feedback so i could iterate and improve. Thanks
×
×
  • Create New...