There’s something that has always felt a bit strange to me about interactive fiction tools.
When you write a novel or a short story, you open a text editor. But when you want to write interactive fiction, you usually end up opening a visual node editor: nodes, arrows, connections, flowcharts.
While trying to write my own interactive novel, I kept running into the same feeling over and over again: the developer in me would come out and the writer would disappear.
Visual editors are very powerful, but many times I don’t feel like I’m writing. I feel like I’m designing logic: variables, conditions, connections… And I think the core activity of interactive fiction should still be writing.
-
Scenes.
-
Dialogue.
-
Narrative voice.
-
Atmosphere.
So, as I commented in a previous post I ended up building a small writing tool around that idea.
The idea is simple: write scenes as text first, while the structure of the story stays manageable in the background, without constantly thinking about code or diagrams.
After fixing feedback I received in the other post, I’ve just released a fairly solid version that allows you to write a full book, export it, and load it into the project’s library (everything is free to use).
It currently supports things like:
-
scenes with main text, alternate text and extra text
-
narrative conditions and state
-
Use reader behavioral metrics as conditions (for example: how long it takes to read a chapter, how often the reader opens the menu, etc.).character sheets
-
stat checks and dice rolls
-
automatic generation of the story flowchart
I also added a few things to make it easier to get started:
-
guided tour
-
step-by-step onboarding
-
quickstart guide
-
integrated manual
-
story validation while writing
-
preview inside the editor
The project is still evolving and I’m improving it almost daily. Right now I’m working on things like:
-
importing existing projects (especially Twine and Ink stories)
-
narrative diagnostics tools
-
debug preview
-
narrative complexity warnings
If anyone feels like taking a look, I’d love feedback from people who actually enjoy writing interactive fiction.
-
whether the writing flow feels natural
-
what parts feel confusing
-
what tools or features you feel are missing
And I’m also curious about something more general: If you could design the ideal tool for writing interactive fiction… Would it look more like a text editor or a flowchart?
You can try it here if you are interested:
https://iepub.io/iewriter/variant
And who knows… maybe someone will end up writing a novel with it!
I’d be happy to publish the first complete novel in iepub.
PS: As I need help with translations to English, I write my posts in Spanish and ask the AI to translate them keeping them correct. I hope sincerely that is not a problem. Regards
