- Cocos2d-x Game Development Blueprints
- Karan Sequeira
- 177字
- 2021-07-16 13:47:54
Creating a project in Cocos2d-html5
Creating a project in Cocos2d-html5 is as simple as copying a readymade template and renaming it to what you want to call your game. If you've downloaded and extracted the archive of the Cocos2d-html5 source, navigate to the template
folder inside it. Your file explorer should show you something like this:

If you run the index.html
file you see in the template
folder, you'll realize that it is nothing but a hello world
project. This is exactly what we need to get us started. To create a new project in Cocos2d-html5, follow these steps:
- Copy all the files within the
template
folder. - Create a folder in the root directory of the Cocos2d-html5 engine. The engine's root with the folder for ColourSmash is shown in the following screenshot:
- Now, paste all the files that you copied from the
template
folder into the folder you just created.
That's it! You have created your first project in Cocos2d-html5. Now, it's time to get acquainted with the different kinds of files located in the project's directory.
推薦閱讀
- Clojure Programming Cookbook
- 精通Nginx(第2版)
- Mastering NetBeans
- 數據庫原理及應用(Access版)第3版
- Dynamics 365 Application Development
- Android Studio Essentials
- Access 2016數據庫管
- Java編程技術與項目實戰(第2版)
- Learning OpenStack Networking(Neutron)
- Android玩家必備
- ElasticSearch Cookbook(Second Edition)
- Python 3 數據分析與機器學習實戰
- Unity 5.X從入門到精通
- 測試架構師修煉之道:從測試工程師到測試架構師
- Python編程入門(第3版)