如何使用 PHP 创建类似 Zork 的基于文本的游戏?
我有兴趣创建一个类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些文字冒险游戏基于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.