- 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
推薦閱讀
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- Bulma必知必會(huì)
- C語言程序設(shè)計(jì)案例式教程
- Lua程序設(shè)計(jì)(第4版)
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- Python 3破冰人工智能:從入門到實(shí)戰(zhàn)
- C語言程序設(shè)計(jì)
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Oracle 18c 必須掌握的新特性:管理與實(shí)戰(zhàn)
- Visual Basic程序設(shè)計(jì)實(shí)踐教程
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Emotional Intelligence for IT Professionals
- Java EE 7 with GlassFish 4 Application Server
- Java編程指南:語法基礎(chǔ)、面向?qū)ο?、函?shù)式編程與項(xiàng)目實(shí)戰(zhàn)
- jMonkeyEngine 3.0 Beginner’s Guide