- Cocos2d-x Game Development Blueprints
- Karan Sequeira
- 153字
- 2021-07-16 13:47:59
Summary
SpaceCraze taught us a lot more about developing games with Cocos2d-x. We started the chapter with the awesome project-creator tool to create a cross-platform project. We then discussed how to extend the engine's most frequently used CCSprite
class into our own CustomSprite
. We then got creative by implementing a particle system. One of the important things you learned was storing and parsing our level data from XML files. This not only increases the scalability of the game, but also makes the level designer's job a lot easier. We also used actions for almost everything other than collision detection in this game. I'm sure you can see how much time, effort, and code we saved.
Our next game is sure to intrigue you. Want to know why? It's because we'll go back to the drawing board with primitive drawing and you will learn how to implement the really cool accelerometer control. Get ready!
- Apache Spark 2.x Machine Learning Cookbook
- Mastering Spring MVC 4
- Learning C++ Functional Programming
- 軟件測試技術指南
- Swift細致入門與最佳實踐
- 用戶體驗可視化指南
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Java圖像處理:基于OpenCV與JVM
- 零基礎學HTML+CSS第2版
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Building Business Websites with Squarespace 7(Second Edition)
- Python編程快速上手2
- Mastering OpenStack
- SFML Game Development
- 例解Python:Python編程快速入門踐行指南