<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag" -->

---
title: Esoteric Ebb: Tackling The Challenge of Interactive Writing
description: Christoffer Bodegård, solo developer of the nonlinear CRPG Esoteric Ebb, shares how he managed eight years of complex interactive writing. He outlines three...
canonical: https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Esoteric Ebb: Tackling The Challenge of Interactive Writing | daily.dev
og:description: Christoffer Bodegård, solo developer of the nonlinear CRPG Esoteric Ebb, shares how he managed eight years of complex interactive writing. He outlines three...
og:url: https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag
og:image: https://api.daily.dev/og/posts/Lr8qxJNag.png
og:image:alt: Esoteric Ebb: Tackling The Challenge of Interactive Writing
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Esoteric Ebb: Tackling The Challenge of Interactive Writing

**[Unity](https://daily.dev/sources/unity)** · 14 min read · 14 upvotes · 0 comments

## Summary

Christoffer Bodegård, solo developer of the nonlinear CRPG Esoteric Ebb, shares how he managed eight years of complex interactive writing. He outlines three constraints for interactive writing: a high choice-to-text ratio, over 50% dynamic content, and open-ended design. He explains his use of the ink scripting language (by Inkle) integrated with Unity as the core tool enabling fast branching dialog. He also describes his custom Story Variable (SV) system using tag-based prefixes to track thousands of player choices without a database, and how Notepad++ kept his workflow lightweight. The post concludes with a note on bugfixing challenges and alternative narrative tools like articy:draft, Arcweave, and Yarn Spinner.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://unity.com/blog/interactive-writing-challenges-for-nonlinear-rpg-design>

## Similar posts on daily.dev

- [Book excerpt: The Game Narrative Kaleidoscope](https://daily.dev/posts/book-excerpt-the-game-narrative-kaleidoscope-vdh2xhvmz) · Game Developer · 0 upvotes · 0 comments
- [Clair Obscur writer shares advice to improve your game's story](https://daily.dev/posts/clair-obscur-writer-shares-advice-to-improve-your-game-s-story-wypvig86y) · Game Developer · 0 upvotes · 0 comments
- [Chris Avellone On Writing Game Stories & What Makes Them Successful](https://daily.dev/posts/chris-avellone-on-writing-game-stories-what-makes-them-successful-irfgj1sr9) · 80 LEVEL · 0 upvotes · 0 comments

---

Tags: [#game-development](https://daily.dev/tags/game-development), [#unity](https://daily.dev/tags/unity)

[View this post on daily.dev](https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Esoteric Ebb: Tackling The Challenge of Interactive Writing","url":"https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag"},"datePublished":"2026-03-17T12:26:41.912Z","dateModified":"2026-03-17T12:27:29.192Z","description":"Christoffer Bodegård, solo developer of the nonlinear CRPG Esoteric Ebb, shares how he managed eight years of complex interactive writing. He outlines three...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4768b9bf3f3e0bc2e92900e5bf96cc91?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/4768b9bf3f3e0bc2e92900e5bf96cc91?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Unity","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Unity","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/9afe038cc27e4d95ad581284cea8578d","url":"https://daily.dev/sources/unity"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/esoteric-ebb-tackling-the-challenge-of-interactive-writing-lr8qxjnag","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":14},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"game-development,unity","timeRequired":"PT14M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Unity","item":"https://daily.dev/sources/unity"},{"@type":"ListItem","position":3,"name":"Esoteric Ebb: Tackling The Challenge of Interactive Writing"}]}
```

