在线纸牌游戏 +与 PHP 聊天
用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只会放弃。用 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.