Arthur: The Quest for Excalibur, by Bob Bates of Infocom (1989)
Перейти к файлу
Historical Source 0f40a557e9
Update README.md
2019-04-16 10:04:20 -04:00
README.md Update README.md 2019-04-16 10:04:20 -04:00
arthur.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
badger.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
basil.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
be.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
boar.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
bog.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
castle.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
cell.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
chestnut.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
church.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
defs.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
defs2.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
demon.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
dragon.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
eel.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
endgame.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
food.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
forest.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
global.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
hints.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
ice-hot.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
idiot.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
iknight.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
joust.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
kitchen.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
lady.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
leprchan.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
macros.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
merlin.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
misc.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
narthur.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
password.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
picdef.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
places.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
raven.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
rednite.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
sword.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
syntax.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
tavern.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
tower.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
town.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
transfrm.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
util.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
verbs.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00
window.zil May 16 1989 Edition 2019-04-16 10:01:31 -04:00

README.md

Arthur Source Code Collection

Arthur: The Quest for Excalibur is a 1989 interactive fiction game written by Bob Bates and published by Infocom.

Further information on Arthur:

What is this Repository?

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