Ink – Scripting language for interactive stories
inklestudios.com
Ink – Scripting language for interactive stories
1–10 of 16 posts
Re: Ink – Scripting language for interactive stories
#2Re: Ink – Scripting language for interactive stories
#3Very cool, how does it compare to [1] Twine? [1] https://twinery.org/
Ink is a markup language rather than an engine, so it plays nice with version control and managing huge stories. It also lets you handle variables and do some pretty complex logic inside the scripts.
This also this means you can integrate it with different workflows, dialog authors can editor and focus on dialog in the inkle editor. Then push their changes into a game built in Unity.
Definitely more suited to big teams than Twine which is more targeted at solo indie devs.
Re: Ink – Scripting language for interactive stories
#4Very cool, how does it compare to [1] Twine? [1] https://twinery.org/
Re: Ink – Scripting language for interactive stories
#5I've been using Ink a lot lately and really appreciate the work the community has put into it! Our team released a suite of interactive songs [2] last year -- we used Ink (and its handy Unity integration) to implement the core mechanic of two-player lyric choices in real-time, and even used it to handle some truth table logic for the credits :)
[1] https://www.youtube.com/watch?v=_vRfNtvFVRo [2] http://evergreenblues.com/
Re: Ink – Scripting language for interactive stories
#6Very cool, how does it compare to [1] Twine? [1] https://twinery.org/
Ink, on the other hand, is a scripting language, and although you can play raw Ink scripts, it's really designed to integrate into graphical games (after all, it's what powers all of Inkle's games). I'd say in the IF world, it's much closer to Inform 7 than Twine.
Re: Ink – Scripting language for interactive stories
#7Very cool, how does it compare to [1] Twine? [1] https://twinery.org/