- Learning Cocos2d-JS Game Development
- Emanuele Feronato
- 236字
- 2021-08-06 19:43:51
Preface
Mobile HTML5 casual games are experiencing a golden age these days. Not only famous Flash hits and successful native mobile games, but also original games tailored for mobile browsers are played by millions of players everyday.
With a continuously growing number of mobile devices available to play HTML5 games, and with each one having its own resolution, and display size, and ratio, creating a game version for each device would make you waste a lot of time. That's why there's a new way to make HTML5 games called cross-platform. It means you create a game once, and some magic adapts it to every device capable of running HTML5 content.
This magic is called Cocos2d-JS, which allows you to focus on what you actually love, making games, and takes care of screen resolutions and ratios. Also, you will be using one of the simplest and most widely known languages ever: JavaScript. Last but not least, it's free. You can create the next big game at no cost.
Throughout this book, you will learn how to make games using Cocos2d-JS in the most fun and productive way. We know you hate boring theories, so we did our best to focus the entire book on one single word: action.
Learn Cocos2d-JS with examples taken from the most successful game genres; see how easy it is to create a game once, and then make it run on each device.
- Linux C/C++服務器開發實踐
- Learning Docker
- 自己動手寫Java虛擬機
- Hands-On C++ Game Animation Programming
- Mastering Rust
- Hands-On Enterprise Automation with Python.
- TypeScript項目開發實戰
- Learning Hunk
- Web Development with MongoDB and Node(Third Edition)
- 數據結構案例教程(C/C++版)
- SQL Server從入門到精通(第3版)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 51單片機C語言開發教程
- RealSenseTM互動開發實戰
- Apache Camel Developer's Cookbook