The Jewel of Kaldun; a game developed in 1990.
Go to file
Rob 11013005b6 Fixing spelling error. 2016-09-23 21:24:17 -05:00
prototypes Moving prototype AppleSoft BASIC code into prototype folder. 2016-09-23 20:54:00 -05:00
.gitignore Base project template. 2016-09-18 20:18:29 -05:00
JEWEL.TITLE.PIC.bin First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
LICENSE Added license. 2016-09-21 21:30:50 -05:00
Makefile First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
README.md Base project template. 2016-09-18 20:18:29 -05:00
castle-level-1.s Now building NEWGAME file as well. 2016-09-18 22:10:48 -05:00
castle-level-2.s Now building NEWGAME file as well. 2016-09-18 22:10:48 -05:00
castles.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
convert.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
display.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
endgame.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
filing.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
general.mac.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
graphics.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
input.output.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
io.mac.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
jewel.end.game.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
jewel.of.kaldun.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
jok-includes.inc First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
jok.segments.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
jok.system.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
local.config.template Base project template. 2016-09-18 20:18:29 -05:00
main.control.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
math.mac.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
math.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
monsters.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
newgame.s Now building NEWGAME file as well. 2016-09-18 22:10:48 -05:00
noise.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
places.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
prolib.mac.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
prolib.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
reset.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
shapes.s Fixing spelling error. 2016-09-23 21:24:17 -05:00
story.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
template.po Base project template. 2016-09-18 20:18:29 -05:00
title.s First functional build with make, Merlin32, and AppleCommander! 2016-09-21 21:28:17 -05:00
variables.s Now building NEWGAME file as well. 2016-09-18 22:10:48 -05:00

README.md

Jewel of Kaldun

Notes

  • Makefile is very rudimentary as I am not a Makefile type person and build is so fast it doesn't matter
  • Pay attention to versions
  • Makefile makes assumptions about where things are placed, correct as necessary

Current setup(s)

Windows

Please note that this mixes the Cygin Unix-y path flavor with the Windows path flavor. Java (as it is a Windows application) requires Windows pathing instead of Unix pathing. See the Makefile configuration section.

  • Cygwin 64-bit
  • git
  • gcc (to compile Merlin32)
  • make
  • Java (Windows version)
  • AppleCommander
  • Merlin32

Software required to build:

  • Merlin32 by Brutal Deluxe (version 1.0)
  • The command-line variant of AppleCommander (please note this project is using 1.3.5.14-ac and that the command-line options do vary across versions)
  • Either a real Apple II or an emulator