├── actors.F ├── actors.for ├── advers.h ├── ballop.for ├── blkdata.for ├── clock.h ├── clockr.for ├── curxt.h ├── debug.h ├── demons.for ├── dgame.for ├── dindx.dat ├── dinit.for ├── dmain.for ├── dso1.for ├── dso2.for ├── dso3.for ├── dso4.for ├── dso5.for ├── dso6.for ├── dso7.for ├── dsub.for ├── dtext.dat ├── dverb1.for ├── dverb2.for ├── errors ├── exits.h ├── flags.h ├── gamestat.h ├── gdt.for ├── history ├── io.h ├── lightp.for ├── makefile ├── mindex.h ├── nobjs.for ├── np.for ├── np1.for ├── np2.for ├── np3.for ├── nrooms.for ├── objcts.for ├── objects.h ├── oflags.h ├── oindex.h ├── parser.h ├── puzzle.h ├── read.me ├── readit.c ├── readme ├── readme.src ├── rflag.h ├── rindex.h ├── rooms.for ├── rooms.h ├── rtim.for ├── screen.h ├── sobjs.for ├── state.h ├── sverbs.for ├── tempfile ├── verbs.for ├── verbs.h ├── villians.h ├── villns.for ├── vocab.h ├── xpars.h └── xsrch.h /actors.F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/actors.F -------------------------------------------------------------------------------- /actors.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/actors.for -------------------------------------------------------------------------------- /advers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/advers.h -------------------------------------------------------------------------------- /ballop.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/ballop.for -------------------------------------------------------------------------------- /blkdata.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/blkdata.for -------------------------------------------------------------------------------- /clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/clock.h -------------------------------------------------------------------------------- /clockr.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/clockr.for -------------------------------------------------------------------------------- /curxt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/curxt.h -------------------------------------------------------------------------------- /debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/debug.h -------------------------------------------------------------------------------- /demons.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/demons.for -------------------------------------------------------------------------------- /dgame.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dgame.for -------------------------------------------------------------------------------- /dindx.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dindx.dat -------------------------------------------------------------------------------- /dinit.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dinit.for -------------------------------------------------------------------------------- /dmain.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dmain.for -------------------------------------------------------------------------------- /dso1.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso1.for -------------------------------------------------------------------------------- /dso2.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso2.for -------------------------------------------------------------------------------- /dso3.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso3.for -------------------------------------------------------------------------------- /dso4.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso4.for -------------------------------------------------------------------------------- /dso5.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso5.for -------------------------------------------------------------------------------- /dso6.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso6.for -------------------------------------------------------------------------------- /dso7.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dso7.for -------------------------------------------------------------------------------- /dsub.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dsub.for -------------------------------------------------------------------------------- /dtext.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dtext.dat -------------------------------------------------------------------------------- /dverb1.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dverb1.for -------------------------------------------------------------------------------- /dverb2.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/dverb2.for -------------------------------------------------------------------------------- /errors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/errors -------------------------------------------------------------------------------- /exits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/exits.h -------------------------------------------------------------------------------- /flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/flags.h -------------------------------------------------------------------------------- /gamestat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/gamestat.h -------------------------------------------------------------------------------- /gdt.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/gdt.for -------------------------------------------------------------------------------- /history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/history -------------------------------------------------------------------------------- /io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/io.h -------------------------------------------------------------------------------- /lightp.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/lightp.for -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/makefile -------------------------------------------------------------------------------- /mindex.h: -------------------------------------------------------------------------------- 1 | C 2 | C MESSAGE INDEX 3 | C 4 | COMMON /RMSG/ MLNT,RTEXT(1820) 5 | -------------------------------------------------------------------------------- /nobjs.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/nobjs.for -------------------------------------------------------------------------------- /np.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/np.for -------------------------------------------------------------------------------- /np1.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/np1.for -------------------------------------------------------------------------------- /np2.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/np2.for -------------------------------------------------------------------------------- /np3.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/np3.for -------------------------------------------------------------------------------- /nrooms.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/nrooms.for -------------------------------------------------------------------------------- /objcts.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/objcts.for -------------------------------------------------------------------------------- /objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/objects.h -------------------------------------------------------------------------------- /oflags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/oflags.h -------------------------------------------------------------------------------- /oindex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/oindex.h -------------------------------------------------------------------------------- /parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/parser.h -------------------------------------------------------------------------------- /puzzle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/puzzle.h -------------------------------------------------------------------------------- /read.me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/read.me -------------------------------------------------------------------------------- /readit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/readit.c -------------------------------------------------------------------------------- /readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/readme -------------------------------------------------------------------------------- /readme.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/readme.src -------------------------------------------------------------------------------- /rflag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/rflag.h -------------------------------------------------------------------------------- /rindex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/rindex.h -------------------------------------------------------------------------------- /rooms.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/rooms.for -------------------------------------------------------------------------------- /rooms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/rooms.h -------------------------------------------------------------------------------- /rtim.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/rtim.for -------------------------------------------------------------------------------- /screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/screen.h -------------------------------------------------------------------------------- /sobjs.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/sobjs.for -------------------------------------------------------------------------------- /state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/state.h -------------------------------------------------------------------------------- /sverbs.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/sverbs.for -------------------------------------------------------------------------------- /tempfile: -------------------------------------------------------------------------------- 1 | /usr/bin/ld: Warning: size of symbol `vers_' changed from 12 to 9 in /tmp/ccZTL7db.o 2 | -------------------------------------------------------------------------------- /verbs.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/verbs.for -------------------------------------------------------------------------------- /verbs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/verbs.h -------------------------------------------------------------------------------- /villians.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/villians.h -------------------------------------------------------------------------------- /villns.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/villns.for -------------------------------------------------------------------------------- /vocab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/vocab.h -------------------------------------------------------------------------------- /xpars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/xpars.h -------------------------------------------------------------------------------- /xsrch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/videogamepreservation/zork-fortran/HEAD/xsrch.h --------------------------------------------------------------------------------