Search results
This directory contains games in Infocom Z-Machine format, NOT games published by the company Infocom. The games here can be played with an Infocom game interpreter; look in infocom/interpreters for a version for your system. Source code of the games, if available, can be found in games/source/inform. IFWiki: Z-machine
20 maj 2024 · The Inform compiler and most modern interpreters support these versions. See the Z-code specification.) Extracting the version, release, and serial number from a Z-code file is easy. I use this little Python script: zcanalyze.py. Compiling ZIL source code into a game file requires more effort.
1 lip 2023 · This page shows stable interpreters for the Z-code format. They are listed in date order (latest release first). Click to download the interpreter, or to play online, as appropriate.
During the late 1980s and early 1990s many people worked to decode Infocom's format, producing several interpreters for the format (which is called Z-code, or the Z-Machine, with the Z coming from Zork, Infocom's first game). Windows Frotz is the latest in this line of interpreters.
The Z-machine is a virtual machine that was developed by Joel Berez and Marc Blank in 1979 and used by Infocom for its text adventure games. Infocom compiled game code to files containing Z-machine instructions (called story files or Z-code files) and could therefore port its text adventures to a new platform simply by writing a Z-machine ...
Features. Compiles and runs without changes on most common flavors of Unix, both open source and not. This includes macOS. Portable to many other operating systems and hardware. Curses, Dumb, and SDL user interfaces. Plays all Z-code games including V6. Sound support through libao. Graphics support through SDL and X11 (Xaw). Config files.
To play the games you will need a "Z-code interpreter program", sometimes known as a "ZIP". Do not confuse a "ZIP" with any of the archiving and compression programs that have "zip" in their name, for example "zip", "gzip" and "pkzip".