Ink 1.0 – Open-source scripting language for interactive narrative
1–10 of 58 posts
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#2" pubcoder[1] or apple ibook(killed)
or kotobee or Twine which is from the Interactive Fiction Technology Foundation. .. and used to make this cool interactive browser experience burnt matches. more here"
1 https://docs.pubcoder.com/new/pubcoder_widgets_intro.html
2 https://www.kotobee.com/blog/how-create-interactive-ebook-gu...
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#3I recently started developing a game in my spare time, and discovered Ink, which has tremendously simplified development of conversations and managing conversational state.
I've found Ink to be quite flexible, If someone wanted to, they could manage their entire game state with Ink.
Live recompilation of my ink script in Unity will be very helpful!
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#4from my blog notes on ink see also: " pubcoder[1] or apple ibook(killed) or kotobee or Twine which is from the Interactive Fiction Technology Foundation. .. and used to make this cool interactive browser experience burnt matches. more here" 1 https://docs.pubcoder.com/new/pubcoder_widgets_intro.html 2 https://www.kotobee.com/blog/how-create-interactive-ebook-gu... 3 https://twinery.org/ 4 https://pippinbarr.com/games…
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#5from my blog notes on ink see also: " pubcoder[1] or apple ibook(killed) or kotobee or Twine which is from the Interactive Fiction Technology Foundation. .. and used to make this cool interactive browser experience burnt matches. more here" 1 https://docs.pubcoder.com/new/pubcoder_widgets_intro.html 2 https://www.kotobee.com/blog/how-create-interactive-ebook-gu... 3 https://twinery.org/ 4 https://pippinbarr.com/games…
Does this "cool interactive browser experience" only work in Chrome? I tried it in firefox and when i click on "snow" nothing happens.
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#6from my blog notes on ink see also: " pubcoder[1] or apple ibook(killed) or kotobee or Twine which is from the Interactive Fiction Technology Foundation. .. and used to make this cool interactive browser experience burnt matches. more here" 1 https://docs.pubcoder.com/new/pubcoder_widgets_intro.html 2 https://www.kotobee.com/blog/how-create-interactive-ebook-gu... 3 https://twinery.org/ 4 https://pippinbarr.com/games…
> and used to make this cool interactive browser experience burnt matches. more here Does this "cool interactive browser experience" only work in Chrome? I tried it in firefox and when i click on "snow" nothing happens.
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#7from my blog notes on ink see also: " pubcoder[1] or apple ibook(killed) or kotobee or Twine which is from the Interactive Fiction Technology Foundation. .. and used to make this cool interactive browser experience burnt matches. more here" 1 https://docs.pubcoder.com/new/pubcoder_widgets_intro.html 2 https://www.kotobee.com/blog/how-create-interactive-ebook-gu... 3 https://twinery.org/ 4 https://pippinbarr.com/games…
> and used to make this cool interactive browser experience burnt matches. more here Does this "cool interactive browser experience" only work in Chrome? I tried it in firefox and when i click on "snow" nothing happens.
Edit: Ah, okay. One of the "snow." boxes has a bg color of #fee instead of #aaa.
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#8Earlier quoted context omitted.
> and used to make this cool interactive browser experience burnt matches. more here Does this "cool interactive browser experience" only work in Chrome? I tried it in firefox and when i click on "snow" nothing happens.
It seems to work kind of okay in Firefox mobile. you've gotta click on the colored snow.
Clicking on the little boxes with the word "snow." does nothing.
Re: Ink 1.0 – Open-source scripting language for interactive narrative
#9Re: Ink 1.0 – Open-source scripting language for interactive narrative
#10Can anyone compare Ink to Inform? I played with Inform many many years ago and have always wanted to return to it.
Inform is primarily simulation driven: You describe a world model. Every user input translates into some action that affects the world, and the world changing produces relevant output.
Ink is primarily narrative driven: You write the text as a branching story, with a set of explicit options for each branching point. Variables can be read and changed arbitrarily, but have no meaning other than how the narrative uses them.