The Wayback Machine - http://web.archive.org/web/20220326080129/https://github.com/topics/interactive-storytelling
Skip to content
#

interactive-storytelling

Here are 55 public repositories matching this topic...

tuesday-js

simple web-based, free and open-source visual novel editor that can be used in a web browser. It is written in JavaScript without using any third party libraries and thus does not require additional software installation. The engine uses standard HTML document elements such as div and img. This allows the use of any media format supported by browsers including vector graphics svg, gif animations and css styles.

  • Updated Mar 23, 2022
  • HTML
jesselawson
jesselawson commented Jul 13, 2018

Like switches, we should be able to reference a trigger to determine its state.

For example:

story.registerTrigger({
  label: 'created trigger feature',
  trigger: () => { /* something */ },
  then: () => { /* something else */ }

We should be able to query the status of that trigger, like this:

story.triggerStatus('created trigger feature')
// Returns false

or

enhancement good first issue

Improve this page

Add a description, image, and links to the interactive-storytelling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interactive-storytelling topic, visit your repo's landing page and select "manage topics."

Learn more