Cross-Platform Game Development Using Cocos2D-x and C++ on Windows
- Article 1 in this series
Getting started with Cocos2d-x Cross Platform Game programming using C++ on Windows, Pre-requisites
- Article 2 in this series
Cocos2D-X How to create a new project(Android, iOS, Windows)
- Article 3 in this series
Compile Cocos2D-x Project For Android Game Development
- Article 4 in this series
Cocos2D-X Game Development in Android Studio
- Article 5 in this series
Cocos2d-x Hello World Practical Game Programming
- Article 6 in the Cocos2D-X Game Programming series
Use Cocos2D-x Actions & Sequence for animation and callback lambda functions
- Article 7 in the Cocos2D-X Game Programming series
Handle Touch Input in Cocos2D-X Mobile Game
- Article 7 in the Cocos2D-X Game Programming series
Cocos2d-x Animating Objects with OnTouch and RunActionCocos 2D-X is a cross-platform game development engine, and it can be used to develop apps as well. This series of articles provides a comprehensive how-to guide from a learner's perspective.
I started learning Cocos2D-x a few days ago, with version 3.4. I am an experienced programmer, but it still took me a while to figure things out. First of all, it was not clear where I would be writing the. I downloaded the Cocos package from the Cocos2D-x website, and I thought it would be enough for my needs.
It dawned on me later that things were not as simple. There are many tools involved in generating a game. For Cocos2D-X, the toolchain is rich but diverse. We need several tools to get started.
A couple of days into the exploration process, I produced the first article in this series, which covers what needs to be installed to create Cocos2D-x games.
Later articles also flowed naturally as the learning progressed.
I hope the stuff described here will be helpful for a few people, and at least some will benefit from it.
Feel free to share ideas and get in touch, and I'm an actual human :)
Please check my online courses as well; discounted links are given below.
TCP/IP socket programming in C# .net with async/await
UDP socket programming in C# .Net with JSON
Windows Service Programming & Debugging in C# .Net
No comments:
Post a Comment
Feel free to talk back...