在线纸牌游戏 +与 PHP 聊天

发布于 2024-10-20 04:43:42 字数 265 浏览 0 评论 0原文

用 PHP 制作带有聊天功能的在线纸牌游戏有什么好方法?

一位同事提到了 Ajax Push Engine (APE),但 APE 的最新版本是 2009 年的。 另一方面,Orbited 似乎不适用于 PHP。

除了这两个与 PHP 一起使用之外,还有可行的替代方案吗?

What would be a good way to make a online card game with chat-function in PHP?

A colleague mentioned Ajax Push Engine (APE) but APE's latest release is from 2009.
Orbited on the other hand doesn't seem to work with PHP.

Is there a viable alternative to those two that works with PHP?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

美人如玉 2024-10-27 04:43:42

我只会放弃。用 PHP 制作纸牌游戏太难了,因为 PHP 并不是真正适合这种事情的。
无论如何,如果你真的想尝试一下,只需使用 PHP、MYSQL(例如 PDO)和 AJAX(使用我个人喜欢的 jQuery)。
此外,大多数用 PHP 编写的聊天都是由 AJAX 组成的,并且大多数也使用 jQuery。

我最近还看到了一个用于聊天的 html5 内容: http:// weevilgenius.net/2010/10/html-5-websocket-chat-demo/ 。但我真的永远不会在商业网站上使用这样的新技术。

I would just give up. Making a card game with PHP is far too much hard since PHP is not really meant for this kind of things.
Anyway if you really want to give it a try, just use PHP, MYSQL (PDO for example) and AJAX (with jQuery, which i personally love).
Also most of the chats written in PHP are made up with AJAX and most of them use jQuery as well.

I've recently seen also an html5 stuff for chats: http://weevilgenius.net/2010/10/html-5-websocket-chat-demo/ . But i seriously would never go with such a new technology for a business site.

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