Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
10answers
1k views

Interactive Fiction : what are the existing tools and programming language?

I'm looking to write an interactive fiction à la Zork, but with my own silliness... The question I want to ask is: what are the tools and languages existing to do that and what are the features and ...
9
votes
7answers
1k views

I want to port the Frotz z-machine interpreter to the Amazon Kindle. Is this even possible?

I want to be able to play works of interactive fiction on an Amazon Kindle 2. In order to do this, I would need to port the Frotz interpreter to the Kindle. So far, I have not been able to find ...
4
votes
1answer
187 views

Modeling discussion topics in Inform 7

I'm trying to make it so that a player can ASK [PERSON] ABOUT [TOPIC], TELL [PERSON] ABOUT [TOPIC], or THINK ABOUT [TOPIC] in Inform 7. I started like this for modeling THINK ABOUT [TOPIC]: A ...