如何使用 PHP 创建类似 Zork 的基于文本的游戏?

发布于 2024-10-18 10:21:07 字数 159 浏览 1 评论 0原文

我有兴趣创建一个类似于 Zork 的基于文本的游戏。源代码没有透露太多,很明显,文本输入是由php使用post方法提交的,并且页面被重新加载。

我应该从哪里开始?

I'm interested in creating a text-based game similar to Zork. The source code doesn't give away much, it's clear that the text input is submitted by php using the post method and the page is reloaded.

Where should I start?

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

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

发布评论

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

评论(1

白况 2024-10-25 10:21:07

这些文字冒险游戏基于http://en.wikipedia.org/wiki/Z-machine< /a>

PHP 可能只是作为游戏运行时的访问通道,可能使用管道。

Those text adventure games are based on http://en.wikipedia.org/wiki/Z-machine

PHP probably just serves as access channel to the game runtime, maybe using a pipe.

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