- Learning Cocos2d-JS Game Development
- Emanuele Feronato
- 114字
- 2021-08-06 19:43:52
Chapter 1. Hello World – A Cross-platform Game
The legend says that the first working script you should do when learning a new language is the classic Hello World printed somewhere on the screen.
This chapter will guide you through the creation of a cross-platform Hello World example, covering these concepts:
- The theory behind the creation of cross platform games
- Cocos2d-JS installation and setup
- A Cocos2d-JS project blueprint
- Scenes, Layers, and Sprites
- Preloading images
- Adding images
- Removing images
By the end of the chapter, you will be able to create a template project to create any kind of Cocos2d-JS cross-platform game that is capable of running on various devices at different resolutions.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 計算思維與算法入門
- JavaScript百煉成仙
- PWA入門與實踐
- iOS 9 Game Development Essentials
- Windows系統管理與服務配置
- Django Design Patterns and Best Practices
- Learning Unity 2D Game Development by Example
- BeagleBone Black Cookbook
- Unity&VR游戲美術設計實戰
- GameMaker Essentials
- Node學習指南(第2版)
- Scala編程(第5版)
- Python函數式編程(第2版)
- C陷阱與缺陷