Border Zone, by Marc Blank (Infocom)
Go to file
historicalsource 5c80126798 Extensions on Z-Machine Fixed. 2019-04-15 23:00:43 -04:00
COMPILED Extensions on Z-Machine Fixed. 2019-04-15 23:00:43 -04:00
README.md Update README.md 2019-04-15 14:43:23 -04:00
bad.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
bad.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
border.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
border.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
bystander.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
bystander.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
desc.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
desc.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
globals.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
globals.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
good.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
good.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
hints.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
hints.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
misc.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
misc.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
once.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
once.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
parser.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
parser.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
realtime.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
realtime.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
scenario.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
scenario.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
spy.pre Final Revision 2019-04-14 01:03:47 -04:00
spy.pur Final Revision 2019-04-14 01:03:47 -04:00
spy.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
spy.zip Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
spyfreq.xzap Final Revision 2019-04-14 01:03:47 -04:00
syntax.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
syntax.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
verbs.zabstr Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
verbs.zil Revision 9 (Original Source) 2019-04-14 01:02:51 -04:00
zcomp.tailor Final Revision 2019-04-14 01:03:47 -04:00

README.md

Border Zone Source Code Collection

Border Zone is a 1987 interactive fiction game written by Marc Blank and published by Infocom.

Further information on Border Zone:

What is this Repository?

This repository is a directory of source code for the Infocom game "Border Zone", 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

  • Because Stu Galley worked on a possible espionage game named Spy and then Checkpoint (before deciding against the project), it is sometimes reported that Border Zone is a refactoring of that original program; however, it is a completely different one.