Public Domain original DUNGEON game (Zork I)
Update to latest upstream release for Zork. This includes an upstream fix for compiler optimizations that caused a segfault when playing the game. Patch contributed by Jan Drögehoff @sentry. Related to BZ#1833823. Signed-off-by: Justin W. Flory (he/him) <git@jwf.io> |
||
|---|---|---|
| .gitignore | ||
| README.md | ||
| sources | ||
| zork-tweak-makefile.patch | ||
| zork.spec | ||
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).