Packt Publishing, 2015. — ISBN-10: 1784396710, ISBN-13: 978-1784396718.<br/> <br/>Cocos2d is one of the world's leading 2D game development engines, letting game developers create awesome games with ease. Its multiplatform capabilities meet the demands of modern game development. If you want to dive
Mastering Cocos2d Game Development
✍ Scribed by Ogorek A.
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Packt Publishing, 2015. — ISBN-10: 1784396710, ISBN-13: 978-1784396718.
Cocos2d is one of the world's leading 2D game development engines, letting game developers create awesome games with ease. Its multiplatform capabilities meet the demands of modern game development. If you want to dive into Cocos2d game development and create exciting, high quality games, this book is an advanced and reliable resource. Covering the most important game development tools, and guiding you through the development cycle of a complete 2D game, Mastering Cocos2d Game Development will build your confidence and inspire you to go further in game development.
Prototype a game quickly and easily;
Use the physics engine to apply forces and detect collisions;
Engage your user with the best sound effects a game can have;
Create interesting, engaging mechanics;
Polish your game and make it worth playing;
Explore the full functionality of Cocos2d through easy-to-follow examples and practical guidance designed to help you complete your own game development projects;
Make use of Apple's new Swift language;
Develop a high quality game for iOS;
Understand the Cocos2d-Swift architecture and its main classes.Learn how to create beautiful and engaging mobile games using Cocos2D-Swift.
Explore the cross-platform capabilities of Cocos2d.
Get to grips with Cocos2d game development tools and learn Swift, a powerful modern approach to game development.Who This Book Is For:
If you are a developer who is experienced with Cocos2d and Objective-C, and want to take your game development skills to the next level, this book is going to help you achieve your goal.Формат книги совместим с iPAD и Amazon Kindle, на PC открывается многими бесплатными ридерами, например Cool Reader (EPUB), Calibre (EPUB, MOBI, AZW3), Adobe Digital Editions (EPUB), FBReader (EPUB, MOBI, AZW3).
✦ Subjects
Библиотека;Компьютерная литература;IOS / iPhone / iPad / iPod
📜 SIMILAR VOLUMES
Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting Up; What is Cocos2d-x?; Setting up the project; Housekeeping; Refactoring HelloWorldScene.h; Refactoring HelloWorldScene.cpp; Refactoring AppDelegate.cpp; Implementing