- 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++趣味編程
- 云原生Spring實戰(zhàn)
- Internet of Things with Intel Galileo
- Mastering Kali Linux for Web Penetration Testing
- Python機器學習基礎教程
- Android項目實戰(zhàn):手機安全衛(wèi)士開發(fā)案例解析
- Learning PHP 7
- LabVIEW虛擬儀器入門與測控應用100例
- Node.js開發(fā)指南
- Hack與HHVM權(quán)威指南
- Using Yocto Project with BeagleBone Black
- 高性能PHP 7
- HikariCP數(shù)據(jù)庫連接池實戰(zhàn)
- Learning Redux