A demake of Thy Dungeonman for the Apple II and IIe
Building Thy Dungeonman requires Make and cc65. If you are in Windows, it is recommended you use Cygwin.
To build it for Apple IIe (default), run make disk
. This will use cl65
to compile, assemble, and link it, and AppleCommander to generate an Apple IIe ProDOS disk image. To build it for Apple II, run make disk TARGET=apple2
.
Then open the created ThyDungeonman-apple2enh.po
or ThyDungeonman-apple2.po
in your Apple II emulator.