- 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.
- Designing Machine Learning Systems with Python
- 數據庫程序員面試筆試真題與解析
- Ceph Cookbook
- Reactive Programming with Swift
- 深入淺出Android Jetpack
- JavaScript從入門到精通(第3版)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Modern JavaScript Applications
- 劍指MySQL:架構、調優與運維
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Visual Studio 2015高級編程(第6版)
- Visual Basic 6.0程序設計實驗教程
- Raspberry Pi Robotic Blueprints
- 零基礎學HTML+CSS第2版
- Advanced Python Programming