- 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!
- AngularJS Testing Cookbook
- 精通Python設計模式(第2版)
- HDInsight Essentials(Second Edition)
- Java面向對象程序設計
- PHP編程基礎與實例教程
- 零基礎學Kotlin之Android項目開發實戰
- Processing創意編程指南
- Building Serverless Architectures
- Getting Started with Nano Server
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- RESTful Web Clients:基于超媒體的可復用客戶端
- Functional Python Programming
- 網絡綜合布線與組網實戰指南
- Android Application Programming with OpenCV 3
- Comprehensive Ruby Programming