ANN: Quill--write/play Ink files in a browser
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
I've been playing around with Ink and the new ASP.NET Core and have an application up that runs Ink stories in the browser:
site: http://jeejah.xyz/quill/
source: https://github.com/MattConrad/Quill
Quill uses the regular .NET/C# runtime, but with a browser as the front end. (It's not the javascript port you're looking for.)
It seems to work pretty well (hasn't crashed accidentally yet). I've noticed one quirk with the Whack A Mole example--the options do not progressively disappear the way they would if you were running in the console. Quill reloads both the story and the saved game state on every request, and I imagine this is why, but I haven't dug into it to check. Might be some other oddities.
You can't see changes to an .ink immediately, but there is a Replay Choices option so you can make edits and quickly reload the new revised story up to where you left off.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.