- 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.
- SPSS數據挖掘與案例分析應用實踐
- Java 9 Concurrency Cookbook(Second Edition)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Mastering SVG
- 控糖控脂健康餐
- Mastering Spring MVC 4
- Java應用開發與實踐
- Getting Started with CreateJS
- Web Application Development with R Using Shiny(Second Edition)
- DevOps Automation Cookbook
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- UML+OOPC嵌入式C語言開發精講
- Java深入解析:透析Java本質的36個話題
- C語言程序設計
- AutoCAD VBA參數化繪圖程序開發與實戰編碼