What is Grue?
Grue is a z-machine interpreter designed to run interactive fiction. It is named after the darkness dwelling monsters found in perhaps the most famous of all z-machine games: ZORK. It runs classic games created by Infocom in the 1980's and also runs many newer games created using the Inform design system. It currently supports several features found in other z-machine interpreters and more will be added over time.
Is Grue free?
You may use Grue at no cost.
What platforms is Grue available for?
The first beta release is only for Windows and is a console application. A version using Windows Forms and one based on ASP.NET are also being developed, as well Mono compiled versions for non-windows platforms.
What language is Grue written in?
Grue is written entirely in C#.
Is the source code available?
Yes. Grue is written and distributed under GNU General Public License Version 2.
I want to write my own Z-Machine interpreter, can I use Grue's libraries?
Yes. These files are CLS compliant, which means they are usable by any .NET language, such as VB.NET. Documentation on them will be available soon.
Will Grue run version 6 story files?
Not at this time, although it is under development.
Will Grue run Glulx story files?
No, Grue only runs z-machine code.