在基于 php 的网络游戏中集成 JavaScript 聊天

发布于 2024-10-22 04:05:17 字数 205 浏览 6 评论 0原文

是否可以在基于网络文本的游戏中实现 JavaScript 插件/应用程序?如果是,这是如何完成的。我真的不需要这些代码。我想要的只是功能。基本上,我希望游戏中的玩家能够与同一游戏中的另一个玩家交谈。就像如果他(玩家)进入一个房间,我希望他看到一个玩家并与他或她交流。请记住,这是与另一个玩家聊天,而不是与另一个用户聊天。

另外,我想要用于将此应用程序集成到网站上的 php 代码。

Is it possible to implement a JavaScript plugin/app in a web text based game? if it is, how is this done. I don't really need the codes. All I want is the functionality. Basically, I want a player in the game to talk to another player in the same game. Like if he(player) enters a room, I want him to see a player and communicate with him or her. Remember, it is chatting with another player, not another user.

Also, I want the php code used to integrate this app onto the site.

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

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

发布评论

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

评论(3

我们的影子 2024-10-29 04:05:17

WebSockets are part of HTML5 and fit in my webbased game just neatly. There is a full guide on http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/

微凉徒眸意 2024-10-29 04:05:17

您可以使用长轮询与 js/jquery ajax 调用 php 脚本和数据库(或文件)来制作类似聊天的程序

you can use long polling with js/jquery ajax calls to the php scripts and the database (or files) to make a chat like program

半衬遮猫 2024-10-29 04:05:17

如果您不想花时间自己实现聊天部分,请尝试搜索一些可以与您的游戏集成的开放/免费库。我刚刚发现这个 - https://blueimp.net/ajax/ 但我还没有使用过它,所以你可能想看看这些功能以及它是否适合您。

Try searching for some open/free libraries that you can integrate with your game if you don't want to spend time implementing the chat part yourself. I just found this - https://blueimp.net/ajax/ but I have not used it, so you may want to take a look at the features and if it works for you.

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