It is Pitch Dark. You are likely to be eaten by a GUI.
Go to file
4am 0b06b36447 add cropped source images, and some general cleanup 2021-01-26 11:57:19 -05:00
bin Change global vars to locals so script mod time doesn't change each time it is run 2018-08-16 22:01:50 -06:00
docs filetype and auxtype updates 2018-03-29 20:06:54 -04:00
notes filetype and auxtype updates 2018-03-29 20:06:54 -04:00
res add cropped source images, and some general cleanup 2021-01-26 11:57:19 -05:00
src updated DHGR artwork 2021-01-25 22:51:37 -05:00
.gitignore add Zork I r5 2018-03-21 15:53:58 -04:00
LICENSE add cropped source images, and some general cleanup 2021-01-26 11:57:19 -05:00
Makefile add cropped source images, and some general cleanup 2021-01-26 11:57:19 -05:00
README.md Create README.md 2020-04-27 11:36:28 -04:00
winmake.bat parse Z5U saves 2018-06-18 19:12:32 -07:00

README.md

Is this page for you?

Download the latest Pitch Dark disk image at the archive.org home page if you just want to play text adventures on your Apple II. The rest of this page is for developers who want to work with the source code and assemble it themselves.

Building the code

Mac OS X

You will need

Then open a terminal window and type

$ cd pitch-dark/
$ make

If all goes well, the build/ subdirectory will contain a Pitch Dark.2mg image which can be mounted in emulators like OpenEmulator or Virtual II.

Windows

You will need

(Those tools will need to be added to your command-line PATH.)

Then open a CMD.EXE window and type

C:\> CD PITCH-DARK
C:\4cade> WINMAKE

If all goes well, the BUILD\ subdirectory will contain a Pitch Dark.2mg image which can be mounted in emulators like AppleWin.