James Cameron's The Abyss (Unfinished, Unreleased) by Bob Bates, 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 5ebc77a2fe Extensions on Z-Machine Fixed. 4 years ago
COMPILED Updated extension of Z-Files. 4 years ago
README Final Revision 4 years ago
README.md Update README.md 4 years ago
abyss-mac Final Revision 4 years ago
abyss-mac.g Final Revision 4 years ago
abyss-pix.zil Final Revision 4 years ago
abyss.chart Final Revision 4 years ago
abyss.errors Final Revision 4 years ago
abyss.lowcore Final Revision 4 years ago
abyss.mac.1 Final Revision 4 years ago
abyss.mpf Final Revision 4 years ago
abyss.record Final Revision 4 years ago
abyss.seg Final Revision 4 years ago
abyss.seginfo Final Revision 4 years ago
abyss.syms Final Revision 4 years ago
abyss.zap Final Revision 4 years ago
abyss.zil Final Revision 4 years ago
abyssdat.zap Final Revision 4 years ago
abyssfreq.xzap Final Revision 4 years ago
abysspur.zap Final Revision 4 years ago
abyssstr.zap Final Revision 4 years ago
alien.zabstr Final Revision 4 years ago
alien.zap Final Revision 4 years ago
alien.zil Final Revision 4 years ago
be.zabstr Final Revision 4 years ago
be.zap Final Revision 4 years ago
be.zil Final Revision 4 years ago
breds.zabstr Final Revision 4 years ago
breds.zap Final Revision 4 years ago
command.zabstr Final Revision 4 years ago
command.zap Final Revision 4 years ago
command.zil Final Revision 4 years ago
crane.zabstr Final Revision 4 years ago
crane.zap Final Revision 4 years ago
crane.zil Final Revision 4 years ago
deepcore.lbm Final Revision 4 years ago
defs.zil Final Revision 4 years ago
defs2.zil Final Revision 4 years ago
emrgency.lbm Final Revision 4 years ago
endgame.zabstr Final Revision 4 years ago
endgame.zap Final Revision 4 years ago
endgame.zil Final Revision 4 years ago
find.zabstr Final Revision 4 years ago
find.zap Final Revision 4 years ago
gas-mix.zabstr Final Revision 4 years ago
gas-mix.zap Final Revision 4 years ago
gas-mix.zil Final Revision 4 years ago
gas.lbm Final Revision 4 years ago
gauge.lbm Final Revision 4 years ago
global.zabstr Final Revision 4 years ago
global.zap Final Revision 4 years ago
global.zil Final Revision 4 years ago
icons.lbm Final Revision 4 years ago
letters.lbm Final Revision 4 years ago
lifesupp.lbm Final Revision 4 years ago
lights.lbm Final Revision 4 years ago
macros.zil Final Revision 4 years ago
main.lbm Final Revision 4 years ago
misc.zabstr Final Revision 4 years ago
misc.zap Final Revision 4 years ago
misc.zil Final Revision 4 years ago
montana.zabstr Final Revision 4 years ago
montana.zap Final Revision 4 years ago
montana.zil Final Revision 4 years ago
mpf.out Final Revision 4 years ago
ocean.zabstr Final Revision 4 years ago
ocean.zap Final Revision 4 years ago
ocean.zil Final Revision 4 years ago
parser.zabstr Final Revision 4 years ago
parser.zap Final Revision 4 years ago
pmem.zabstr Final Revision 4 years ago
pmem.zap Final Revision 4 years ago
power.lbm Final Revision 4 years ago
prare.zabstr Final Revision 4 years ago
prare.zap Final Revision 4 years ago
pstack.zabstr Final Revision 4 years ago
pstack.zap Final Revision 4 years ago
pump.lbm Final Revision 4 years ago
reds.zabstr Final Revision 4 years ago
reds.zap Final Revision 4 years ago
return1.zabstr Final Revision 4 years ago
return1.zap Final Revision 4 years ago
return1.zil Final Revision 4 years ago
return2.zabstr Final Revision 4 years ago
return2.zap Final Revision 4 years ago
return2.zil Final Revision 4 years ago
rov.lbm Final Revision 4 years ago
start Final Revision 4 years ago
stopper.zabstr Final Revision 4 years ago
stopper.zap Final Revision 4 years ago
stopper.zil Final Revision 4 years ago
sub-bay.zabstr Final Revision 4 years ago
sub-bay.zap Final Revision 4 years ago
sub-bay.zil Final Revision 4 years ago
syntax.zil Final Revision 4 years ago
top.zabstr Final Revision 4 years ago
top.zap Final Revision 4 years ago
util.zabstr Final Revision 4 years ago
util.zap Final Revision 4 years ago
util.zil Final Revision 4 years ago
verbs.zabstr Final Revision 4 years ago
verbs.zap Final Revision 4 years ago
verbs.zil Final Revision 4 years ago

README.md

The Abyss Source Code Collection

The Abyss is an unreleased interactive fiction game written by Bob Bates for Infocom.

What is this Repository?

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

  • Meant to be a supportive product to James Cameron's movie "The Abyss", the project was cut short as part of Infocom's transfer/sale to Activision.