- Cocos2d-x Game Development Blueprints
- Karan Sequeira
- 118字
- 2021-07-16 13:47:53
Chapter 1. A Colorful Start
We start the journey of game development in Cocos2d-x with a simple, fun, and colorful game. Let's call it ColourSmash. This will serve as a revision of the basic features of the engine and will get us started with some fun development. We will be using the HTML5 version of Cocos2d for this project—Cocos2d-html5-v2.2.3
to be specific. So all the coding in this chapter, and the next, will be done in JavaScript.
Here's what you'll learn in this chapter:
- How and where to use
cc.Scene
andcc.Layer
- How to optimize rendering with a batch node
- How to use actions and easing
- How to get touches
- How to schedule callbacks
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- Mastering Entity Framework Core 2.0
- Instant Apache Stanbol
- Rake Task Management Essentials
- 64位匯編語言的編程藝術
- Learning R for Geospatial Analysis
- Python機器學習之金融風險管理
- GameMaker Essentials
- MySQL程序員面試筆試寶典
- Learning iOS Security
- Xamarin Blueprints
- App Inventor少兒趣味編程動手做
- OpenCV Android Programming By Example
- Java EE 7 with GlassFish 4 Application Server
- C/C++代碼調試的藝術(第2版)