Public Domain original DUNGEON game (Zork I)
Find a file
Justin W. Flory 99cf30d656
Initial commit: Approved package SPEC and patchfile
Signed-off-by: Justin W. Flory <git@jwf.io>
2020-03-23 09:42:32 -04:00
package.cfg "Adding package.cfg file" 2020-03-23 08:34:40 -05:00
README.md README: Add summary and description from package spec 2020-03-23 09:42:32 -04:00
zork-tweak-makefile.patch Initial commit: Approved package SPEC and patchfile 2020-03-23 09:42:32 -04:00
zork.spec Initial commit: Approved package SPEC and patchfile 2020-03-23 09:42:32 -04:00

zork

Public Domain original DUNGEON game (Zork I)

About

Public Domain source code to the original DUNGEON game (Zork I). Released to the PD by Infocom. Includes source files, headers, and information.

This version of Dungeon was modified from FORTRAN to C. The original was written in DEC FORTRAN, translated from MDL. It was then translated to f77 for UN*X systems, from which it was translated to C. The C translation was done with the help of f2c, the FORTRAN to C translator written by David Gay (AT&T Bell Labs), Stu Feldman (Bellcore), Mark Maimone (Carnegie-Mellon University), and Norm Schryer (AT&T Bell Labs).