A replica of a text quest game that appeared in S4E11 of Mr. Robot series. Basically, that's a copy of existing web-version of "eXit" but written completely in Applesoft BASIC to be natively ran on Apple ][ computers.
Ready to launch image here: "exit_prodos_111.dsk"
If you wan't to build this image by your own hands proceed to next section.
- Install
libjpeg
&libpng
cd build
sudo sh build_prodos_111.sh
- Grab your fresh
.dsk
image atdisks/exit_prodos_111.dsk
- microm8 - Apple II Emulator for Windows, macOS / OSX and Linux
- AppleCommander - a cross-platform set of tools used to manipulate Apple ][ disk images
- tohgr - simple CLI tool to convert images in PNG, JPG, or XPM format to Apple II HGR image format (uses
libjpeg
&libpng
)