visrealm / cx16-supaplex

Supaplex for the Commander x16

Home Page:https://www.youtube.com/channel/UCH3DwTmI83YVAOIrTQYr-gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supaplex for the Commander x16

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.

Latest video of the game running on the emulator

Adventures in Assembly 5 - Supaplex for the Commander X16.

Run instructions

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 instructions

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

About

Supaplex for the Commander x16

https://www.youtube.com/channel/UCH3DwTmI83YVAOIrTQYr-gg


Languages

Language:Assembly 98.8%Language:C 0.8%Language:Batchfile 0.4%