Difference between revisions of "Glk/Glulxe"

From ScummVM :: Wiki
< Glk
Jump to navigation Jump to search
(add Mystery House Makeover)
m (Text replacement - "Glk/Frotz" to "Glk/ZCode")
Line 9: Line 9:


==About==
==About==
Glulxe (Glulx Execute) is an interpreter for games designed in Glulx format. The latter is an interactive fiction virtual machine. Unlike other interactive fiction virtual machines, such as [[Glk/Frotz|Z-machine]], it is 32-bit, so it can handle games up to four gigabytes in size.
Glulxe (Glulx Execute) is an interpreter for games designed in Glulx format. The latter is an interactive fiction virtual machine. Unlike other interactive fiction virtual machines, such as [[Glk/ZCode|Z-machine]], it is 32-bit, so it can handle games up to four gigabytes in size.


==Games==
==Games==

Revision as of 17:59, 27 June 2020

Glulxe
Engine developer Andrew Plotkin, dreammaster
Companies that used it numerous
Games that use it See Games
Date added to ScummVM 2018-12-09
First release containing it None

About

Glulxe (Glulx Execute) is an interpreter for games designed in Glulx format. The latter is an interactive fiction virtual machine. Unlike other interactive fiction virtual machines, such as Z-machine, it is 32-bit, so it can handle games up to four gigabytes in size.

Games

Status

A work-in-progress sub-engine of the new Glk API has been added based on Glulxe.

Resources

External links