/ink-story-test

A test for Interactive Fiction stories with Ink

Primary LanguageJavaScriptOtherNOASSERTION

Tipping the Balance - A visual novel in Ink

Available to play here.

Development

Modify the story.ink file, you can use ink VSCode Extension to help with syntax highlighting and autocomplete. Before you can compile it to js you first need to install inklecate. Then do

make

It will compile story.ink to story.json and story.js (which is included in the index.html). Now you can open index.html to see the updated story. You need to commit at least story.js file for CI to deploy your changes, it is a simple gh-pages setup for static pages, it does not run make itself.