OpenNewsLabs / guri-vr

https://gurivr.com
MIT License
193 stars 39 forks source link

non-linear stories #58

Open impronunciable opened 8 years ago

impronunciable commented 8 years ago

In order to tell non-linear stories users will need to specify how will they jump between scenes. This is my first idea:

impronunciable commented 7 years ago

Another way to do it is just by referencing other scenes by index: points to #1 but it doesn't feel that natural

rapoulson commented 7 years ago

fwiw I think pointers w/names makes a lot of sense, especially for folks who've used Twine before 🙂

impronunciable commented 7 years ago

Another syntax for scene titles:

# Intro
This scene has an image

#Outro
This scene has another image to my left pointing to the #Intro
impronunciable commented 7 years ago

Added a first version that uses the scene index for reference:

my first scene has text saying "intro"

the second one has an image from https://... that links to the first scene