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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.