Cargando…

Learning iPhone game development with Cocos2D 3.0 : harness the pwer of Cocos 2D to create your own stunning and engaging games for iOS /

This book is an easy-to-follow, step-by-step beginner's guide covering the full process of creating a game. It is packed with examples and illustrations, with comprehensive coverage of each topic. If you want to learn how to make games using the Cocos2D framework, this book is for you. If you w...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Muzykov, Kirill
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn882610679
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140704s2014 enka o 001 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d N$T  |d E7B  |d OCLCQ  |d OCLCO  |d COO  |d OCLCQ  |d OCLCO  |d D6H  |d K6U  |d AGLDB  |d OCLCQ  |d OCLCO  |d ICA  |d OCLCQ  |d OCLCO  |d CCO  |d PIFFA  |d FVL  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d STF  |d OCLCF  |d OCLCQ  |d VTS  |d ICG  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCO  |d OCLCQ  |d OCLCO  |d DKC  |d AU@  |d OCLCQ  |d HS0  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO 
016 7 |a 018005170  |2 Uk 
019 |a 961629889  |a 962629315  |a 1259219805 
020 |a 9781782160151  |q (electronic bk.) 
020 |a 1782160159  |q (electronic bk.) 
020 |a 1306902584  |q (electronic bk.) 
020 |a 9781306902588  |q (electronic bk.) 
020 |a 9781782160144 
020 |a 1782160140 
029 1 |a AU@  |b 000054967689 
029 1 |a AU@  |b 000062545631 
029 1 |a CHNEW  |b 000887601 
029 1 |a CHVBK  |b 374465185 
029 1 |a DEBBG  |b BV043609276 
029 1 |a DEBSZ  |b 484725254 
029 1 |a DKDLA  |b 820120-katalog:999934666205765 
029 1 |a UKMGB  |b 018005170 
035 |a (OCoLC)882610679  |z (OCoLC)961629889  |z (OCoLC)962629315  |z (OCoLC)1259219805 
037 |a 9781782160151  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.8.I64 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a GAM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.167  |2 23 
049 |a UAMI 
100 1 |a Muzykov, Kirill. 
245 1 0 |a Learning iPhone game development with Cocos2D 3.0 :  |b harness the pwer of Cocos 2D to create your own stunning and engaging games for iOS /  |c Kirill Muzykov. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource :  |b color illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: All About Cocos2D; Game engines; So what is a game engine?; So what is this all about?; Why Cocos2D?; Cocos2D is easy; Cocos2D is free; Cocos2D is popular; Cocos2D is open source; Want more?; Games created with Cocos2D; BADLAND; Feed Me Oil 2; Lep's World 2; Other games; Summary; Chapter 2: Hello Cocos2D; Starting with Xcode; Integrating Cocos2D with Xcode; Time for action -- downloading and installing Cocos2D; Creating a Hello World project 
505 8 |a Time for action -- creating a new project from a templateTesting your projects on a device and simulator; Time for action -- running the project on the simulator; Modifying the project; Time for action -- creating a new scene; Time for action -- displaying the world; Time for action -- displaying the welcome label; Reviewing Cocos2D distribution; Time for action -- running tests; Summary; Chapter 3: Cocos2D -- Under the Hood; Reviewing Cocos2D; Have Cocos2D your way; Rendering on the screen and the birth of CCNode; Organizing the game with CCScene; Children of CCNode; Back to real Cocos2D 
505 8 |a Cocos2D game life cycleReviewing the AppDelegate class; Cocos2D configuration options; Further life of the game; Reviewing the CCDirector class; Summary; Chapter 4: Rendering Sprites; Creating the game project; Time for action -- creating the Cocohunt Xcode project; Time for action -- creating GameScene; Adding sprites to your game; Time for action -- adding the background sprite; Time for action -- adding the player character; Time for action -- fixing z-order; Adding more sprites and moving them; Time for action -- adding birds; Time for action -- making the bird move 
505 8 |a Understanding debug FPS labelsSpritesheets and animation; Time for action -- creating a spritesheet; Time for action -- modifying the game to use spritesheets; Time for action -- animating the birds; Summary; Chapter 5: Starting the Action; Making the hunter aim and shoot; Time for action -- handling touches; Time for action -- aiming at the touch position; Time for action -- shooting the arrow; Adding more birds to the GameScene class; Time for action -- adding more birds; Time for action -- detecting if the arrow hits the bird; Winning, losing, and other states 
505 8 |a Time for action -- using states for the bird's life cycleTime for action -- animating the shooting and limiting the shooting rate; Time for action -- winning or losing the game; Improving the gameplay; Time for action -- limiting the aiming range; Time for action -- alternative control using a gyroscope; Summary; Chapter 6: Rendering Text; The easy way -- CCLabelTTF; Time for action -- adding labels; Time for action -- updating labels; Using bitmap fonts for better performance; Choosing a bitmap font generator; Time for action -- creating a bitmap font using Glyph Designer 
520 |a This book is an easy-to-follow, step-by-step beginner's guide covering the full process of creating a game. It is packed with examples and illustrations, with comprehensive coverage of each topic. If you want to learn how to make games using the Cocos2D framework, this book is for you. If you would like to build a good foundation for a career in game development as an independent game developer or at a game studio, or if you just want to make games as a hobby, then you'll love this book. You should have some basic programming experience with Objective-C and Xcode. To run the code in this book, 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a iOS (Electronic resource) 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a iPhone (Smartphone)  |x Programming. 
650 0 |a Mobile games  |x Design. 
650 6 |a iPhone (Téléphone intelligent)  |x Programmation. 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
776 0 8 |i Print version:  |a Muzykov, Kirill.  |t Learning iPhone game development with Cocos2D 3.0.  |d Birmingham : Packt Publishing, 2014  |z 1306902584 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=805423  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1688643 
938 |a ebrary  |b EBRY  |n ebr10887713 
938 |a EBSCOhost  |b EBSC  |n 805423 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28553551 
994 |a 92  |b IZTAP