.\" Automatically generated by Pandoc 2.5 .\" .TH "GLULXE" "1" "October 2019" "John Goerzen" "Debian Manuals" .hy .SH NAME .PP glulxe \- execute Glulx interactive fiction .SH SYNOPSIS .PP \f[B]glulxe\f[R] \f[I]filename\f[R] [ \f[I]options\f[R] ] .SH OVERVIEW .PP \f[B]glulxe\f[R] executes Glulx\-format interactive fiction games, which typically end with .ulx, .gblorb, .glb, .blorb, or .blb. glulxe can work with only a terminal. .PP The only required parameter is the filename of the game to play. The remaining parameters are all optional, and come from the glktermw library. Further information can be found in the libglktermw\-dev package in the directory /usr/share/doc/libglktermw\-dev. .SH OPTIONS .TP .B \f[B]\-width\f[R] \f[I]NUM\f[R], \f[B]\-height\f[R] \f[I]NUM\f[R] Sets the screen width or height. Normally automatically determined. .TP .B \f[B]\-ml\f[R] \f[I]BOOL\f[R] Enables or disables a message line (default \[lq]yes\[rq]). This is the bottom line of the screen. .TP .B \f[B]\-revgrid\f[R] \f[I]BOOL\f[R] Reverse text in grid (status) windows (default \[lq]no\[rq]). .TP .B \f[B]\-historylen\f[R] \f[I]NUM\f[R] Sets the number of commands to keep in the history for each window (default 20). .TP .B \f[B]\-border\f[R] \f[I]BOOL\f[R] Whether or not to force one\-character borders between windows. The default turns on borders unless the game switches them off. Setting to \[lq]yes\[rq] forces them on at all times, or \[lq]no\[rq] forces them off at all times, ignoring the game\[cq]s request. .TP .B \f[B]\-precise\f[R] \f[I]BOOL\f[R] Whether to use more precise timing for timed input (default \[lq]no\[rq]). .TP .B \f[B]\-version\f[R] Display Glk library version. .TP .B \f[B]\-help\f[R] Display command\-line help. .SH ABOUT .PP glulxe was written by Andrew Plotkin and can be found at . glktermw was written by Andrew Plotkin and Alexander Beels and can be found at . .PP This manpage was written for Debian by John Goerzen based on information in the above locations. .SH AUTHORS Andrew Plotkin, John Goerzen.