构建多人 iPhone 应用程序需要什么?
我现在正在为一家小型初创公司做一些工作,该公司想要为 App Store 构建一款多人游戏。基本思想是游戏的用户可以查看是否有其他人在线并进入 2 人回合制游戏。
我对这类事情没有经验,所以我不负责这部分,但我们需要知道向潜在员工提出正确的问题。苹果是否为我们想要实现的目标提供了一个框架?您希望能够设置和维护它的人拥有什么样的经验?我知道我们需要一个 SQL 服务器来管理帐户和统计数据等,但除此之外我不太确定。
您将如何开始解决这个问题?
I'm doing some work right now for a small startup who wants to build a multiplayer game for the App Store. The basic idea is that users of the game can look to see if anyone else is online and enter a 2 player turn based game.
I have no experience with this kind of thing, so I'm not responsible for that part but we need to know the right kinds of questions to ask potential hires. Does apple provide a framework for what we're trying to achieve? What kind of experience would you expect somebody capable of setting this up and maintaining it to have? I know we'll need an SQL-server to manage accounts and stats and such, but beyond that I'm not too sure.
How would you get started tackling this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我首先看一下 Apple 的游戏中心,它是在 iOS 4 中添加的: https:// developer.apple.com/devcenter/ios/gamecenter/
(您需要 Apple ID 才能查看该页面)。
Game Center 提供了您正在寻找的大部分框架。 (注意:它还不到一年,因此您可能会发现受访者的经验有限)。
I'd start by looking at Apple's Game Center, which was added in iOS 4: https://developer.apple.com/devcenter/ios/gamecenter/
(You will need an Apple ID to see that page).
Game Center provides much of the framework you're looking for. (Note: it's less than a year old, so you may find limited experience with your interviewees).
Apple 为回合制多人游戏提供 Game Center。
您可以在这里阅读:
http:// /developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/GameKit_Guide/GameCenterOverview/GameCenterOverview.html
Apple provides Game Center for turn-based multi-player gaming.
you can read about it here:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/GameKit_Guide/GameCenterOverview/GameCenterOverview.html