适用于桌面和移动设备的多人游戏服务器选项

发布于 2024-10-30 21:05:29 字数 259 浏览 0 评论 0原文

我希望为移动设备(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放低过去 2024-11-06 21:05:29

是的,我在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文