Create text adventure games and interactive fiction

We have created two different systems for writing text adventure games:

  • Quest - A text adventure engine that lets you create games with a built-in world model, inventory system, and clickable text for player actions. It's designed to help you build classic parser-style games without needing to code.
  • Squiffy - A simple engine for writing choice-based stories using plain text files. Great for branching narratives and interactive fiction, with a lightweight approach that's easy to pick up.

You can also create games using these other tools, which you can then upload here:

  • Inform 7 - creates parser-based text adventure games
  • Twine - creates multiple-choice interactive fiction
  • or, any other tool that outputs HTML and JavaScript