Repository contains sources of the LK Avalon games for 8-bit Atari, released around 1990.
Sources were downloaded from Atari XL/XE Source Archive, transformed from ATASCII to ASCII with convert-atascii.go and manually cleaned up. Now they can be compiled with MADS.
- MADS assembler
- GNU make
- golang - optionally, for running extra tools
Each game can be compiled with:
mads main.asm -o:game.xex
Or with make:
make
Checksums can be validated with:
make test