All Projects → a2-4am → pitch-dark

a2-4am / pitch-dark

Licence: MIT license
It is Pitch Dark. You are likely to be eaten by a GUI.

Programming Languages

assembly
5116 projects
basic
69 projects
Makefile
30231 projects
Batchfile
5799 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

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.hdv 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.hdv image which can be mounted in emulators like AppleWin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].