- Cocos2d-x Game Development Blueprints
- Karan Sequeira
- 128字
- 2021-07-16 13:47:58
Chapter 3. Not Just a Space Game
After playing around a bit with Cocos2d-html5, it's finally time to get down and dirty with the good old C++ version of the engine. So, you will be using Cocos2d-x for this chapter and all the subsequent chapters. In this chapter, we will use actions for almost everything we need and get creative with some particle effects. You will also learn how to include progression in a game by creating a few levels.
We will cover the following topics in this chapter:
- How to use the awesome Cocos2d-x project creator tool to create a cross-platform project
- How to create a custom sprite by extending
CCSprite
- How to use a particle system
- How to parse an XML file using
tinyxml2
推薦閱讀
- C及C++程序設計(第4版)
- Visual C++程序設計學習筆記
- Kotlin Standard Library Cookbook
- EPLAN實戰設計
- Hands-On Microservices with Kotlin
- 深度學習:Java語言實現
- 小型編譯器設計實踐
- uni-app跨平臺開發與應用從入門到實踐
- Zabbix Performance Tuning
- Swift語言實戰晉級
- ABAQUS6.14中文版有限元分析與實例詳解
- SQL Server實例教程(2008版)
- Puppet 5 Beginner's Guide(Third Edition)
- Python面向對象編程(第4版)
- Mastering Unity 2017 Game Development with C#(Second Edition)