Enchanter (Zork IV) by Marc Blank and Dave Lebling (Infocom)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
historicalsource 472c3b9380 Extensions on Z-Machine Fixed. 4 years ago
COMPILED Extensions on Z-Machine Fixed. 4 years ago
README.md Update README.md 4 years ago
_config.yml Set theme jekyll-theme-tactile 4 years ago
castle.zap Final Revision 4 years ago
castle.zil Revision 24 (Original Source) 4 years ago
clock.zap Final Revision 4 years ago
clock.zil Revision 24 (Original Source) 4 years ago
combat.log Final Revision 4 years ago
crufty.xzap Final Revision 4 years ago
crufty.zap Final Revision 4 years ago
crufty.zil Revision 24 (Original Source) 4 years ago
del.cmd Final Revision 4 years ago
egg.zap Final Revision 4 years ago
egg.zil Revision 24 (Original Source) 4 years ago
ench.br Final Revision 4 years ago
enchanter.pre Final Revision 4 years ago
enchanter.pur Final Revision 4 years ago
enchanter.txt Final Revision 4 years ago
enchanter.zil Final Revision 4 years ago
gallery.zap Final Revision 4 years ago
gallery.zil Final Revision 4 years ago
gears.zap Final Revision 4 years ago
gears.zil Final Revision 4 years ago
globals.zap Final Revision 4 years ago
globals.zil Final Revision 4 years ago
gparser.zap Final Revision 4 years ago
gparser.zil Final Revision 4 years ago
knot.zap Final Revision 4 years ago
knot.zil Revision 24 (Original Source) 4 years ago
load.zil Revision 24 (Original Source) 4 years ago
macros.zap Final Revision 4 years ago
macros.zil Revision 24 (Original Source) 4 years ago
magic.zap Final Revision 4 years ago
magic.zil Revision 24 (Original Source) 4 years ago
main.zap Final Revision 4 years ago
main.zil Final Revision 4 years ago
nload.zil Revision 24 (Original Source) 4 years ago
nmacros.zil Revision 24 (Original Source) 4 years ago
outside.zap Final Revision 4 years ago
outside.zil Revision 24 (Original Source) 4 years ago
parser.cmp Final Revision 4 years ago
parser.zap Final Revision 4 years ago
parser.zil Final Revision 4 years ago
purloined.zap Final Revision 4 years ago
purloined.zil Final Revision 4 years ago
record.zap Final Revision 4 years ago
record.zil Revision 24 (Original Source) 4 years ago
sleep.zap Final Revision 4 years ago
sleep.zil Final Revision 4 years ago
stair.zap Final Revision 4 years ago
stair.zil Final Revision 4 years ago
syntax.zap Final Revision 4 years ago
syntax.zil Final Revision 4 years ago
temple.zap Final Revision 4 years ago
temple.zil Final Revision 4 years ago
terror.zap Final Revision 4 years ago
terror.zil Revision 24 (Original Source) 4 years ago
verbs.zap Final Revision 4 years ago
verbs.zil Final Revision 4 years ago
z4.chart Final Revision 4 years ago
z4.errors Final Revision 4 years ago
z4.record Final Revision 4 years ago
z4.serial Final Revision 4 years ago
z4.xzap Final Revision 4 years ago
z4.zap Final Revision 4 years ago
z4.zil Final Revision 4 years ago
z4dat.zap Final Revision 4 years ago
z4freq.xzap Final Revision 4 years ago
z4str.zap Final Revision 4 years ago

README.md

Enchanter Source Code Collection

Enchanter is a 1983 interactive fiction game written by Marc Blank and Dave Lebling and published by Infocom.

Further information on Enchanter:

What is this Repository?

This repository is a directory of source code for the Infocom game "Enchanter", including a variety of files both used and discarded in the production of the game. It is written in ZIL (Zork Implementation Language), a refactoring of MDL (Muddle), itself a dialect of LISP created by MIT students and staff.

The source code was contributed anonymously and represents a snapshot of the Infocom development system at time of shutdown - there is no remaining way to compare it against any official version as of this writing, and so it should be considered canonical, but not necessarily the exact source code arrangement for production.

Basic Information on the Contents of This Repository

It is mostly important to note that there is currently no known way to compile the source code in this repository into a final "Z-machine Interpreter Program" (ZIP) file. There are .ZIP files in some of the Infocom Source Code repositories but they were there as of final spin-down of the Infocom Drive and the means to create them is currently lost.

Throughout its history, Infocom used a TOPS20 mainframe with a compiler (ZILCH) to create and edit language files - this repository is a mirror of the source code directory archive of Infocom but could represent years of difference from what was originally released.

In general, Infocom games were created by taking previous Infocom source code, copying the directory, and making changes until the game worked the way the current Implementor needed. Structure, therefore, tended to follow from game to game and may or may not accurately reflect the actual function of the code.

There are also multiple versions of the "Z-Machine" and code did change notably between the first years of Infocom and a decade later. Addition of graphics, sound and memory expansion are all slowly implemented over time.

What is the Purpose of this Repository

This collection is meant for education, discussion, and historical work, allowing researchers and students to study how code was made for these interactive fiction games and how the system dealt with input and processing. It is not considered to be under an open license.

Researchers are encouraged to share their discoveries about the information in this source code and the history of Infocom and its many innovative employees.

Some Trivia and Notes on this Repository

  • Enchanter's working title is "Zork IV" and there was strong debate (continuing into SORCERER and SPELLBREAKER) over just naming all the fantasy games out of Infocom some variety of Zork. The source code files for Enchanter contain many references to "ZORK IV" as a result.