The Legendary Zork Source Code from 1977

栏目: IT技术 · 发布时间: 4年前

内容简介:This repository contains the source code for a 1977 version ofThe files within this directory are the Zork specific files from theThe files were extracted from the tape image using the

Zork source code, 1977

This repository contains the source code for a 1977 version of Zork , an interactive fiction game created at MIT by Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling. The files are a part of the Massachusetts Institute of Technology, Tapes of Tech Square (ToTS) collection at the MIT Libraries Department of Distinctive Collections (DDC).

File organization and details

zork

The files within this directory are the Zork specific files from the 100068.tap tape image file within the /tots/recovered/vol7 directory of the ToTS collection . Most files are written in the MDL programming language and were originally created on a PDP-10 timeshare computer running the ITS operating system.

The files were extracted from the tape image using the itstar program . The filenames have been adapted to Unix conventions, as per the itstar translation. The original filename syntax would be formatted like, LCF; ACT1 37 , for example. All files have been placed into this artificial zork directory for organizational purposes.

The lcf and madman directories contain the source code for the game.

The act2.27 and dung.56 files outside of the two main directories, are the decrypted versions of act2z.27 and dungz.56 . The decrypted versions were created recently and added to this directory by DDC digital archivist, Joe Carrano, for researcher ease of access.

Files with extensions .nbin and .save are binary compiled files.

There was a zork.log file within the madman directory that detailed who played Zork at the time of creation. DDC excluded this file from public release to protect the privacy of those named.

codemeta.json

This file is metadata about the Zork files, using the CodeMeta Project schema.

README.md

This file is the readme detailing the content and context for this repository.

tree.txt

A file tree listing the files in the zork directory showing the original file timestamps as extracted from the tape image.

Preferred Citation

[filename], Zork source code, 1977, Massachusetts Institute of Technology, Tapes of Tech Square (ToTS) collection, MC-0741. Massachusetts Institute of Technology, Department of Distinctive Collections, Cambridge, Massachusetts. swh:1:dir:2960204c42f79d203ec7da2e4abdc1e3e00a84e6

Acknowledgements

Thanks to Lars Brinkhoff for help with identifying these files and with extracting them using the itstar program mentioned above.


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

垃圾收集

垃圾收集

琼斯 / 谢之易 / 人民邮电出版社 / 2004-4-1 / 45.00元

书围绕着动态内存自动回收的话题,介绍了垃圾收集机制,详细分析了各种算法和相关技术。 本书共12章。第1章首先介绍计算机存储器管理的演化和自动内存回收的需求,并引入了本书所使用的术语和记法。第2章介绍了3种“经典”的垃圾收集技术:引用计数(reference counting)、标记-清扫(mark-sweep)和节点复制(copying)。 随后的4章更详细地讨论了上述这些垃圾收集方式......一起来看看 《垃圾收集》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具