Version 2.0.0 Released

Version 2.0.0 of the Elm Narrative Engine is now available!

What is in this version?

Most of the changes in version 2.0.0 are around the new data structure for storing and defining story rules, as designed in my pairing session with Even.

I also wanted to work in a few fixes and new features for this release:

Read more...

Moving Forward And The Bigger Picture

When I started making this framework, I had planned for it to be completely code-driven. I took inspiration from other code-based storytelling tools, such as Inform 7 and Ren’Py. I put a lot of attention into making a very clean and simple API for story authors.

I also originally designed the framework to be very opinionated about what types of stories it would tell, and how they would look, without giving much control to the story authors other than defining their story world and how it progressed.

In my ElmConf presentation, I casually mentioned how using Elm and a data-driven could allow for neat things, like making a visual story editor. It was an interesting point, but not one that I took too seriously.

Then five things happened:

  1. My friend kept challenging me to “open up” the framework as a general purpose story-telling tool, allowing for more customization.
  2. After my presentation I received a couple intriguing comments along the lines of, “There’s something bigger here that you have tapped into that you don’t see yet.” What could they mean?
  3. I met Greg Ziegen, who is building a RPG game engine. His requirements and approach overlaps with mine, and we spoke about the challenges and implications of making a truly data-driven framework.
  4. I was contacted by a person who made their own story with my framework, who wanted a way to embed the story engine inside his existing Elm app, which was an interesting request. I also found it very enlightening to see a story built by someone else, and in in particular, the unanticipated, but delightful customizations he made.
  5. I had the awesome opportunity to do an api design pairing session with Evan Czaplicki, creator of Elm. Besides improving the code, talking with Evan stirred up many new, exciting possibilities for a more involved and fully-featured Elm Narrative Engine.

All of these points of inspiration bounced around in my head, and eventually it became pretty clear to me where I wanted to take this.

Read more...

The Elm Narrative Engine's Debut

The Elm Narrative Engine was born as a tool for creating and playing interactive stories that focus on dynamic narration and exploration over puzzle solving and branching choices, with a simple point-and-click interface.

I wanted to build it in Elm, and I was accepted as a speaker in the first ElmConf to present the story of its development.

I debuted the first interactive story exactly one month ago from when I am writing this, and am very happy that it was well-received. Here is the video of the presentation:

Read more...