- Cocos2d-x Game Development Blueprints
- Karan Sequeira
- 98字
- 2021-07-16 13:47:54
Getting acquainted with the project structure
The main backbone files required for any Cocos2d-html5 game are the index.html
, main.js
, and cocos2d.js
files. These are exactly the files you will see in your project's root directory. In addition to these three files, you can also see a file called build.xml
and another file called cocos2d-jsb.js
. Take a look at the following table for a brief description of what these files are responsible for:
Now that we have a basic understanding of the structure of a typical Cocos2d-html5 project, it is time to create our very first scene in ColourSmash.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- 玩轉(zhuǎn)Scratch少兒趣味編程
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- 程序設計與實踐(VB.NET)
- Learning Flask Framework
- HBase從入門到實戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)與算法JavaScript描述
- Building Cross-Platform Desktop Applications with Electron
- Web全棧工程師的自我修養(yǎng)
- 網(wǎng)絡爬蟲原理與實踐:基于C#語言
- Scala Data Analysis Cookbook
- WildFly Cookbook
- Pandas 1.x Cookbook
- Building Clouds with Windows Azure Pack
- Apache Kafka 1.0 Cookbook