Cargando…

Mastering iOS game development : master the advanced concepts of game development for iOS to build impressive games /

Annotation

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

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn935257236
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160119s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d EBLCP  |d DEBBG  |d IDB  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d OCLCF  |d CEF  |d UKMGB  |d OCLCQ  |d OCLCO  |d UAB  |d UKAHL  |d NLW  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCLCO  |d OCLCA 
016 7 |a 018006734  |2 Uk 
019 |a 933713791  |a 934048111  |a 951974801  |a 1259245788 
020 |a 9781783554362  |q (electronic bk.) 
020 |a 1783554363  |q (electronic bk.) 
020 |a 1783554355 
020 |a 9781783554355 
020 |z 9781783554355 
024 3 |a 9781783554355 
029 1 |a AU@  |b 000059710914 
029 1 |a CHNEW  |b 000884586 
029 1 |a CHVBK  |b 374432864 
029 1 |a DEBBG  |b BV043968663 
029 1 |a DEBSZ  |b 485791706 
029 1 |a GBVCP  |b 882751328 
029 1 |a UKMGB  |b 018006734 
029 1 |a AU@  |b 000057034326 
035 |a (OCoLC)935257236  |z (OCoLC)933713791  |z (OCoLC)934048111  |z (OCoLC)951974801  |z (OCoLC)1259245788 
037 |a CL0500000703  |b Safari Books Online 
050 4 |a QA76.76.C672 
072 7 |a COM  |x 012040  |2 bisacsh 
082 0 4 |a 794.81526  |2 23 
049 |a UAMI 
100 1 |a DeQuadros, Miguel,  |e author. 
245 1 0 |a Mastering iOS game development :  |b master the advanced concepts of game development for iOS to build impressive games /  |c Miguel DeQuadros. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed May 3, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Master the advanced concepts of game development for iOS to build impressive gamesAbout This Book Create a complete game with advanced techniques through the course of the book using in-depth, hands-on instructions Learn how to multi-task and improve performance optimization in your game playing experience The author, Miguel, has 11 years of iOS game development using xcode and has released over 10 games to the Apple AppStoreMaster player movement using touch controls as well as discuss motion controlsWho This Book Is ForThis book is for those who have created an iOS game already and want to hone their skills. A reasonable level of knowledge and an understanding of the core elements and applications would be helpful. What You Will Learn Blast off and start developing fun games Optimize the assets for the best performance in the game app Master player movement using touch controls as well as discuss motion controls Perform bug Squashing by testing and debugging Design interesting various characters and enemies for your game Test your game on both, the simulator on the computer and on real devices Tweak and fine tune the code and graphics before the release of your app Uncover some awesome new gameplay by adding in multiplayer elements, to get more people playing togetherIn DetailiOS is an operating system for Apple manufactured phones and tablets. Mobile gaming is one of the fastest-growing industries, and compatibility with iOS is now becoming the norm for game developers. SpriteKit is part of the native SDK from Apple, and enables developers to make simple entry into game development without unnecessary overhead and a long learning process. SpriteKit also provides other functionality that is useful for games, including basic sound playback support and physics simulation. In addition, Xcode provides built-in support for SpriteKit so that you can create complex special effects and texture atlases directly in Xcode. This combination of framework and tools makes SpriteKit a good choice for games and other apps that require similar kinds of animation. Become a master in iOS game development through this fast and fun guide!In the beginning, we'll tell you everything you need to plan and design your game. You'll then start developing your game through step-by-step instructions using the various built-in technologies of Xcode. From there on, we discuss how to deploy your game to the iOS App Store, as well as monetizing it to make more revenue. You will also learn advanced techniques to improve your game playing experience, including better multi-tasking, improved performance optimization, battery management, and more. To end the book off, we'll show you how to update your game with different features, then port the update to the App Store. Style and approach This book provides an easy-to-understand and fun approach to game development, with step-by-step instructions and detailed explanation of each block of code. The topics covered range from easy to advanced, so buckle up for a fast-paced ride! 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: What to Expect in Xcode and Game Development; Registering to be an iOS developer; Asset creation for your awesome game; Entering the game development market; Summary; Chapter 2: Creating the Stuff; Let's talk assets; Sprites; Sound effects; File type; Music; Formats; Best software; Videos; File type; Best software; Creating optimized assets; Video conversion; Audio conversion; How to design your game; Game design document; Summary. 
505 8 |a Chapter 3: Blast Off! Starting with DevelopmentCreating a SpriteKit project in Xcode; Editing our code files; Level design and implementation; Gravity -- player movement; Collision detection; Making our player dance!; Summary; Chapter 4: Let's Keep Going! Adding More Functionality; Adding awesome sound effects; Character animations; Playing with particles; Background; Particle texture; Particle birthrate; Particle life cycle; Particle position range; Angle; Particle speed; Particle acceleration; Particle scale; Particle rotation; Particle color; Particle blend mode. 
505 8 |a Creating menus and multiple levelsCreating enemies; Summary; Chapter 5: Bug Squashing -- Testing and Debugging; Testing our project; Setting up TestFlight users; What's a TestFlight user?; Internal testers; External testers; Using TestFlight as a beta tester; Installation; Testing; Opting out of testing; Squashing those bugs!; Summary; Chapter 6: Making Our Game More Efficient; Managing effects; Battery management -- doing less in the background; Summary; Chapter 7: Deploying and Monetizing; Preparing to deploy; Tips for monetizing; iAds; AdMob; Implementing Chartboost!; Summary. 
505 8 |a Chapter 8: It's Too Dangerous to Go Alone, Take a Friend!Multiplayer integration; Game Center integration; Pushing updates to the AppStore!; I didn't forget ... I just missed it; You're done!; Summary; Index. 
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 Video games  |x Design. 
650 0 |a Mobile games  |x Development. 
650 6 |a Jeux vidéo  |x Conception. 
650 6 |a Jeux sur mobile  |x Développement. 
650 7 |a COMPUTERS  |x Programming  |x Games.  |2 bisacsh 
650 7 |a Computer games  |x Design  |2 fast 
776 0 8 |i Print version:  |a DeQuadros, Miguel.  |t Mastering iOS Game Development.  |d Birmingham : Packt Publishing, ©2015 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134526  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29891037 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520764 
938 |a EBSCOhost  |b EBSC  |n 1134526 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33469506 
938 |a YBP Library Services  |b YANK  |n 12772114 
994 |a 92  |b IZTAP