Planned clone of the classic PC and Amiga game Supaplex for the Commander X16 r37.
Currently using ACME Assembler.
This project is very new and subject to significant changes.
If you don't want to set up my build environment (I don't blame you). You can run the latest build by copying the files from:
supaplex/bin
In to your emulator folder. Then, run the emulator and:
LOAD "SUPAPLEX.PRG"
RUN
Build batch files currently expect a given layout:
c:\cx16\x16emu <-- the emulator
c:\cx16\acme <-- acme assembler
c:\cx16\code\supaplex <-- this repository
To build, head to c:\cx16\code\supaplex:
build.bat / b.bat <-- build the project
run.bat / r.bat <-- run it
br.bat <-- build and run
c:\cx16\code\supaplex\src <-- source files (also some in code\common)
c:\cx16\code\supaplex\bin <-- output files - the disk image for the cx16
c:\cx16\code\supaplex\res <-- various resources used to generate the final level, image, tile files