适用于桌面和移动设备的多人游戏服务器选项
我希望为移动设备(iPhone、Android 等)和台式机创建一款多人游戏。我一直在考虑在桌面上使用 Flash 创建游戏,并在移动设备上使用本地语言编写游戏。有谁知道一个好的多人套接字服务器可以将移动和桌面应用程序连接在一起。
我研究过 SmartFoxServer(由于某种原因在让它工作时遇到了很多麻烦)和 red5。如果有人对为桌面和移动设备创建多人游戏有任何替代方案或见解,那就太好了。
如果这有区别的话,游戏将是实时的,而不是回合制的。
谢谢
I am looking to create a multiplayer game for both mobile devices (iPhone, Android, etc) and desktops. I have been looking at creating the game in Flash for desktops and writing the game in native language on the mobile device. Does anyone know of a good multiplayer socket server that work for connecting both the mobile and the desktop applications together.
I have looked into SmartFoxServer (had a lot of trouble getting that working for some reason) and red5. If anyone has any alternative or insight into creating a multiplayer game for both desktop and mobile that would be great.
The game would be realtime and not turn based if that makes a difference.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,我在 Skiller 的多人游戏服务器上获得了很好的体验。 Skiller 为您提供了一个 SDK,您可以连接并创建多人游戏,根据我的经验,这非常简单,并且他们为您提供在线帮助。 (Skiller 的网站:http://dev.skiller-games.com)
我将此 SDK 功能与 AndEngine(2D 物理引擎)结合起来,创建了一款非常令人印象深刻的多人游戏。 (andEngine 网站:http://www.andengine.org/)
我认为这两个是一个非常好的起点。
Yup, i had a great experience with Skiller's Multiplayer game server. Skiller gives you an SDK that you can connect and create a multiplayer games, from my experience it's real easy and they give you online help. (Skiller's Website: http://dev.skiller-games.com)
I have combined this SDK capability with the AndEngine (2D physics engine) and created a very impressive multiplayer game. (andEngine's Website: http://www.andengine.org/)
I think those two are a very good place to start.