This directory contains files relating to Andrew Plotkin's Glk API,
which provides a portable interface for text adventure systems.
- gi_blorb.c [13-Sep-2012]
- C source code for the Glk Blorb layer, version 1.5.1,
which should be included unchanged in any Glk
implementation which supports resources in the Blorb
format. See glk-spec.txt for more information.
- gi_blorb.h [13-Sep-2012]
- C header file for the Glk Blorb layer, version 1.5.1.
- gi_dispa.c [29-Jan-2012]
- C source code for the Glk dispatch layer, which
should be included unchanged in any Glk
implementation. See glk-spec.txt for more
information.
- gi_dispa.h [29-Jan-2012]
- C header file for the Glk dispatch layer.
- glk-spec.txt [13-Sep-2012]
- API specification for Glk version 0.7.4,
written by Andrew Plotkin.
- glk.h [29-Jan-2012]
- Glk version 0.7.4 API header file.
- model.c [11-Feb-1999]
- Sample Glk source code,
demonstrating input, output, and a status window
- multiwin.c [11-Feb-1999]
- Sample Glk source code,
demonstrating multiple windows and timed input