Skip to content

Files

Latest commit

b999bf4 · Feb 16, 2019

History

History
33 lines (14 loc) · 2.07 KB

README.md

File metadata and controls

33 lines (14 loc) · 2.07 KB

libfizmo aims to provide a Z-Machine interpreter core library in plain C. The goal is to have an interpreter library with as little dependencies as possible to allow for easy portability. In order to use it stand-alone, you have to invoke the “fizmo_start” function in “src/interpreter/fizmo.c” with a screen interface. Check fizmo-console for an example.

Currently the interpreter is in beta status, which means it seems to run all non-version-6 games quite well without any known bugs.

Dependencies:

  • libxml2 for parsing of .ifiction files (optional)

Please send bug reports (or other requests) to fizmo@spellbreaker.org.

libfizmo was written by Christoph Ender in 2005-2017.

For the latest version, see https://fizmo.spellbreaker.org.

Currently fizmo is in beta status, meaning it might do unexpected things such as stop with an error message, crash or cleesh your machine into a frog. There is no warranty of any kind whatsoever and you're entirely on your own when running it.


This package includes software written by other authors: