Adobe Flash iPhone 游戏开发(如 Words/Hang with Friends)可能吗?
Adobe Flash CS 5 和 5.5 提供了为 iPhone 创建应用程序的能力。是否有可能创建一个像iPhone游戏Words/Hanging with Friends/Chess with Friends那样的多人回合制游戏?
如果是这样,那么任何人都有什么好的地方可以开始。我唯一的问题是让多人游戏和回合制游戏能够发挥作用。我只是好奇,因为我的编码能力还不足以使用 Objective C 来做到这一点。
谢谢大家!
Adobe Flash CS 5 and 5.5 offers the ability to create applications for the iPhone. Would it be possible to create a multiplayer turn style game like the iPhone game Words/Hanging with Friends/Chess with friends?
If so anyone have any good places to start with. My only problem would be making multiplayer and turn style work. I am only curious as I am not up to coding par enough to do this with Objective C.
Thanks all!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。您可以利用 Flash Collaboration Service(也称为 LiveCycle Collaboration Service)等服务来管理游戏之间的状态:
http://www.adobe.com/devnet/flashplatform/services/collaboration.html
如果没有本机扩展,您将无法利用 GameCenter 集成。
Yes it would be possible. You could leverage a service like the Flash Collaboration Service (also known as LiveCycle Collaboration Service) to manage the state between games:
http://www.adobe.com/devnet/flashplatform/services/collaboration.html
You would not be able to leverage GameCenter integration without a Native Extension.