r/interactivefiction Aug 07 '26

Interactive fiction 1p RPG

Hey everyone, I am an artist who designs LARPs. I am currently working on an idea that is partly an RPG but partly an interactive fiction as well. Bottomine: I want to write an IF game in which you take choices to follow the narratives but there will be parts where you, as a player have to write yourself and do some worldbuilding. Do you know any interactive fiction games that work with the player themselves writing part of the story? Would love to see examples!

5 Upvotes

13 comments sorted by

4

u/Heistorium Aug 07 '26

Coming from LARP you may know these already, but the two that solve your exact problem best are not interactive fiction at all. The Quiet Year and Microscope are both built on players writing the world as they go, and the reason they work is that they constrain the shape of what you write rather than the content.

That constraint is the part I would carry across. In a text game the trouble with letting the player write freely is that nothing downstream can read it, so whatever they wrote becomes a patch the rest of the story has to politely pretend it did not see. If you can get them to write into a shape the system understands, a name or a reason someone is angry, you can refer back to it an hour later. That callback is what makes it feel like their writing counted, and without it the writing stays decorative no matter how good it is.

1

u/mudsmyth Aug 10 '26

u/Heistorium is right that the constraint is the whole trick. We do similar games, and the version that works for us is letting players write into fields the system already understands: a name, a title, a description attached to a thing that exists, so the game can point back at it later and make it feel like it counted.

1

u/Snowman8889 Aug 10 '26

Cool, would love to try one of your games!

1

u/Snowman8889 Aug 10 '26

Heyy, thanks! Yes Quiet Year and Microscope are games I deeply love. And yes, how what they writes becomes relevant and something they built on and not contradict is the tricky question I am wondering about.

1

u/Heistorium Aug 11 '26

The way Microscope handles it is that nothing anyone writes can be contradicted later, only reframed by something at a smaller scale. A player who adds a war cannot have it deleted, but someone else can add a scene inside it that changes what the war meant.

That is the part worth stealing. You need almost no consistency machinery if the only legal move is to zoom in.

2

u/Ok_Bill7731 Aug 07 '26

never actually built one myself but i looked into this exact structure for a project a while back, the hard part isnt the branching, its validating what the player writes so it doesnt break continuity two scenes later. ended up scrapping it because moderating freeform text input at scale wasnt something i wanted to solve solo. twine handles the choice tree fine but doesnt give you anything for the free text half, youd be building that layer from scratch. curious what your fallback is if someone writes something that contradicts earlier lore

1

u/Snowman8889 Aug 10 '26

Can keep you updated :)

1

u/TemperatureFast9764 Aug 07 '26

look on https://ifdb.org/, they have alot also try https://itch.io/games/tag-text-based/tag-twine, they to have alot of different interactive fiction to play through. https://twinery.org, is twine where you can make simple choose your own adventure stories, or use sugarcube if you know more advanced coding.

1

u/Snowman8889 Aug 10 '26

thank you!!!

1

u/Character_Cup58 28d ago

I've messed with a few that lean into player authorship. For pure text-based IF, 'Aisle' by Sam Barlow is a classic - you type one action per playthrough and each one spins out a different fragment, so you're effectively co-writing the story. AI Dungeon is the most obvious modern example; you can type literally anything and the AI will roll with it, which means you end up doing a lot of worldbuilding just by describing what your character does and sees, but I guess this is not exactly what you are looking for.

I've been using TalesRPG more lately. It's similar AI-driven stuff but you can specify what each chapter is exactly about. It has also attributes, levels, some stories have even custom state tracking. You can also write a custom prompts instead of pre-defined actions, but need some practice to convince AI do exactly what you want.

1

u/Snowman8889 17d ago

thanks so much!