Nitfol: Difference between revisions

From IFWiki

(→‎Links: removed wikipedia link since it's only a redirection to zcode, which is certainly inaccurate)
(Added link to Z-machine versions)
Line 4: Line 4:
* Uses the [[Glk]] API for I/O.
* Uses the [[Glk]] API for I/O.
* Uses the [[Quetzal]] save format.
* Uses the [[Quetzal]] save format.
* Supports versions 1 through 8 of [[Z-machine]], version 6 partially.
* Supports [[Z-machine versions|versions]] 1 through 8 of [[Z-machine]], version 6 partially.
* Debugger feature based on the Unix GDB debugger.
* Debugger feature based on the Unix GDB debugger.
* Supports [[Blorb]] sound and music.
* Supports [[Blorb]] sound and music.

Revision as of 00:28, 14 January 2014

Nitfol is a Z-code interpreter and debugger, created in 1999 by Evin Robertson. The name comes from one of the Infocom spells.

Features

  • Uses the Glk API for I/O.
  • Uses the Quetzal save format.
  • Supports versions 1 through 8 of Z-machine, version 6 partially.
  • Debugger feature based on the Unix GDB debugger.
  • Supports Blorb sound and music.
  • Unlimited undo and redo.
  • Typo correction.
  • Automatic map generation.
  • As of 0.6 version, it supports the Glulx, BTZ and ScottAdams/AdventureInternational formats.

Versions

Links