Difference between revisions of "Nitfol"
From IFWiki
m (Link -> Spells) |
m (→Links: homepage) |
||
Line 21: | Line 21: | ||
==Links== | ==Links== | ||
+ | * [http://nitfol.sourceforge.net/ Home Page] | ||
* [http://www.ifarchive.org/indexes/if-archiveXinfocomXinterpretersXnitfol.html Nitfol directory at IF Archive] | * [http://www.ifarchive.org/indexes/if-archiveXinfocomXinterpretersXnitfol.html Nitfol directory at IF Archive] | ||
* [http://www.firthworks.com/roger/inflight/nitfol.html InfLight: Nitfol]. InfLight is an overview of Inform debugging by [[Roger Firth]]. | * [http://www.firthworks.com/roger/inflight/nitfol.html InfLight: Nitfol]. InfLight is an overview of Inform debugging by [[Roger Firth]]. |
Revision as of 07:41, 11 September 2010
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.
Versions
- Windows Nitfol by Evin Robertson, later patched by David Kinder.
- MS-DOS Nitfol by Evin Robertson.
- Mac OS Nitfol compiled by Andrew Plotkin.
- MS-DOS 32-bit Nitfol compiled by L. Ross Raszewski.
- Linux Glk Nitfol compiled by Simon Baldwin (who also released a patch for at least one other version).
- Nitfol Carbon is a Mac OS X version compiled by Matthew Russotto.
Links
- Home Page
- Nitfol directory at IF Archive
- InfLight: Nitfol. InfLight is an overview of Inform debugging by Roger Firth.
- Nitfol at Wikipedia