Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curiousdannii/glkote-term

Javascript terminal implementation of GlkOte
https://github.com/curiousdannii/glkote-term

glk interactive-fiction

Last synced: 2 months ago
JSON representation

Javascript terminal implementation of GlkOte

Awesome Lists containing this project

README

        

GlkOte-term
========

This is terminal implementation of the [GlkOte](https://github.com/erkyrath/glkote) library. At the moment only a stdio (DumbGlkOte) implementation is available: it allows only one window to be created, and is broadly compatible with the C [Cheapglk](https://github.com/erkyrath/cheapglk) library. In the future a multi-window implementation will be developed. GlkOte-term includes glkapi.js and a version of the Dialog library.

For sample code, see [tests/zvm.js](https://github.com/curiousdannii/glkote-term/blob/master/tests/zvm.js).