You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ink is a scripting language for making interactive fiction - Inkle's Ink
Filetype: .ink
It's a markdown type of language with additional keywords/commands... It's very useful for writing dialogs/stories for game development, since it can be easily tested and integrated into all major game engines.
Being able to write/test the story comfortably on my phone is a dream come true for Interactive fiction writers and story game designers.
Best way i currently found to use it on android is:
Install termux terminal app
Inside termux do pkg install nodejs
Do npm i inkjs (inkjs is a rewrite in JavaScript, easier to use on android - docs
Now create a new .ink file and write some lorem ipsum there
Using command: npx inkjs <filename>.ink you can compile story script into .ink.json
Now using command: npx inkjs -p <filename>.ink.json you can play it in terminal.
Having a nice syntax colouring at least would be amazing... If we can add also compilation to .ink.json and play testing then i would be in heaven 😄, but that's just a nice to have.
The text was updated successfully, but these errors were encountered:
Ink is a scripting language for making interactive fiction - Inkle's Ink
Filetype:
.ink
It's a markdown type of language with additional keywords/commands... It's very useful for writing dialogs/stories for game development, since it can be easily tested and integrated into all major game engines.
Being able to write/test the story comfortably on my phone is a dream come true for Interactive fiction writers and story game designers.
Best way i currently found to use it on android is:
termux
terminal apptermux
dopkg install nodejs
npm i inkjs
(inkjs
is a rewrite in JavaScript, easier to use on android - docs.ink
file and write some lorem ipsum therenpx inkjs <filename>.ink
you can compile story script into.ink.json
npx inkjs -p <filename>.ink.json
you can play it in terminal.Having a nice syntax colouring at least would be amazing... If we can add also compilation to
.ink.json
and play testing then i would be in heaven 😄, but that's just a nice to have.The text was updated successfully, but these errors were encountered: