At a Glance; Introduction; Chapter 1: Hello World; We Love Games; Tradition; Setup; Summary; Chapter 2: SKActions and SKTextures: Your First Animated Sprite; Humble Beginnings; Removing Unnecessary Tidbits; Device Orientation; Slight View Controller Changes; More Unneeded Template Text; Images Avail
Learn Sprite Kit for IOS Game Development
โ Scribed by Leland Timothy Long
- Publisher
- Apress
- Year
- 2014
- Tongue
- English
- Leaves
- 243
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
With Learn Sprite Kit for iOS Game Development, youll discover how easy it is to create 2D games using the new Sprite Kit framework from Apple. Youll find how simple it is to create a scene, add animated sprites, incorporate edges, play sound effects, and create animated particles for special effects. Youll also use touch events to control your sprites, implement the built-in physics engine, handle sprite collisions and contacts, and much more. To help you in learning how to use all these cool features of Sprite Kit, youll follow along as we build a complete 2D game for iPhone. By the time you finish the book, youll have made your own 2D game, and youll have learned all you need to know to get started on your next masterpiece. What youll learn * How to add animated sprites to your game scene * Using TouchEvents to have your sprite react to touch input * How to apply realistic physics to your game scene and characters * Handling sprite collisions and contacts with other game elements * Adding game logic for sprite interaction, scoring, levels, and more * Adding a second player and using GameKit Who this book is for Beginning developers who have some understanding of object-oriented programming as well as intermediate iOS developers who want to get up to speed quickly with Sprite Kit.
๐ SIMILAR VOLUMES
<p>With <em>Learn Sprite Kit for iOS Game Development</em>, you'll discover how easy it is to create 2D games using the new Sprite Kit framework from Apple. You'll find how simple it is to create a scene, add animated sprites, incorporate edges, play sound effects, and create animated particles for
With Learn Sprite Kit for iOS Game Development, you'll discover how easy it is to create 2D games using the new Sprite Kit framework from Apple. You'll find how simple it is to create a scene, add animated sprites, incorporate edges, play sound effects, and create animated particles for special effe
<p>So you have a great game idea for iPhone or iPad, but Objective-C just seems a bit daunting. What are your alternatives? The App Store is very picky about languages, but there is hope: Lua is a versatile, lightweight, fast, and easy to learn language that you can use to build your iOS games <em>a
<span><span><p>So you have a great game idea for iPhone or iPad, but Objective-C just seems a bit daunting. What are your alternatives? The App Store is very picky about languages, but there is hope: Lua is a versatile, lightweight, fast, and easy to learn language that you can use to build your iOS
At a Glance -- Contents -- About the Author -- About the Technical Reviewers -- Acknowledgments -- Introduction -- Part I: Introducing SpriteBuilder and Cocos2D-iphone version 3 -- Chapter 1: Introduction -- What's in This Book? -- Who Is This Book for? -- The Absolute Beginner -- The Experienced Ap