iOS Game Development Cookbook




"/>

Book Description



Want to build games with iOS technologies? This cookbook provides detailed recipes for a wide range of common iOS game-development issues, ranging from 2D and 3D math to Game Center integration, and OpenGL to performance. If you’re familiar with iOS and Objective-C, this is the problem-solving guide you want.

Rather than focus on specific game engines for iOS, such as Cocos2D or the Corona SDK, the recipes in this cookbook strictly deal with baked-in iOS technologies. You’ll learn solutions for everything from tile-matching games to racing, with working code that you can use right away.

  • Lay out the structure of your game
  • Build and customize menus with UIKit
  • Detect and respond to user input
  • Use advanced techniques to play sound effects and music
  • Work with data, using iOS devices and the cloud
  • Create 2D graphics with SpriteKit
  • Add physics simulation to your game
  • Learn beginning to advanced 3D graphics
  • Create challenges with artificial intelligence
  • Use networking to add multiplayer capabilities
  • Work with game controllers and multiple screens

DownLoadLink


PDF文件下载
Epub文件下载
Mobi文件下载
时间: 2024-10-24 11:53:21

iOS Game Development Cookbook的相关文章

iOS 7 Development Tips, Tricks & Hacks

iOS 7 Development Tips, Tricks & Hacks September 18, 2013 Like with any new iOS version there are a bunch of new tricks and hacks to work out. Here are a few things that weren't immediately obvious to me, it's in no way a complete set, just things th

iOS Mobile Development: Using Xcode Targets to Reuse the Code 使用xcode targets来实现代码复用

In the context of iOS mobile app development, a clone is simply an app that is based off another mobile app. A clone usually has more or less the same code base with probably a slightly different functionality. It’s quite common for this app to have

翻译Beginning iOS 7 Development中文版

不会iOS开发好像真的说不过去,来本中文版的Beginning iOS 7 Development吧. 看了Beginning iOS 7 Development这本书,感觉蛮不错的.全英文的,没有中文版. 看到有很多人求中文版的帖子,想抽个时间翻译一下,不知道需求大不大. 如果有人看到我的这篇文章,并且有中文版需求,那么请发个评论. 英文版高清下载地址:http://download.csdn.net/detail/fylz1125/7549069 如果评论达到50条的话,我就翻译这本书,在我

[iOS翻译]《iOS 7 Programming Cookbook》:iOS文件与文件夹管理(上)

简介: iOS基于OS X,而OSX本身基于Unix操作系统.在iOS里面,操作系统的完全路径结构是不可见的,因为每个APP的数据都存储自身的沙盒里面.沙盒环境实际上听起来像这样:一个只允许当前APP访问的文件夹目录.每个APP都有自身的沙盒文件夹,并且沙盒文件夹下的子文件夹只有当前APP能够访问. 当一个iOS APP在设备上安装后,系统为其创建的文件夹结构如下: XXX.app 即Main Bundle Documents/ 存储用户创建的内容 Library/ 存储缓存文件.偏好设置等等

iOS Swift Game Development Cookbook

"/> Book Description Ready to make amazing games for the iPhone, iPad, and iPod touch? With Apple's Swift programming language, it's never been easier. This updated cookbook provides detailed recipes for a managing wide range of common iOS game-de

IOS 个人账号 IOS APP Development 灰色不可选

如图,现在的开发者账号是有几个人共用的,已经 生成了一个Development 的证书,我想再申请一个,出现了这样的情况.网上有说的是申请证书个数到了上限,需要删除已经生成的.因为生成的证书其他人需要用,不能删除. 解决办法: 让其他人把证书导出.p12给你

[iOS翻译]《iOS 7 Programming Cookbook》:iOS文件与文件夹管理(下)

三. 创建文件夹 问题: 你想创建文件夹到磁盘,存储一些文件到里面 解决方案: 使NSFileManager类的实例方法createDirectoryAtPath:withIntermediateDirectories:attributes:error:,代码如下: 1 - (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ 2 N

【 Beginning iOS 7 Development《精通iOS7开发》】05 Autorotation and Autosizing

一.旋转后相对位置不变 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvZ29nbGVy/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" > watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvZ29nbGVy/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolv

Beginning IOS 7 Development Exploring the IOS SDK - Navigation Controllers and Table Views

Note You may notice that the familyNames property is declared using the copy keyword instead of strong. What’s up with that? Why should we be copying arrays willy-nilly? The reason is the potential existence of mutable arrays. Imagine if we had decla