README.md

July 31, 2023 ยท View on GitHub

Requirements

build

  • python3
  • gitpython (pip install gitpython)

Content (folders)

src

Folder with sources files

src/asm

Mads sources (the actual code), converted and adapted from MAC/65 sources main game file: main.asm (includes other inc files) (mads -lpt main (also moverom and movepage6to9) to compile) Mads: https://github.com/tebe6502/Mad-Assembler and https://mads.atari8.info/

src/data

data in txt format

src/graph

graphs in GM and GM2 format (GM25.COM)

src/music

music in CMC format (Chaos Music Composer)

src/sound

digitalized sounds

build

Build tools. Use: "python3 main.py" to build (requires compiling sources from src/asm). Generates files:

  • wladca.dat - data dump file generated from processed data files (graph, music, sound) and sources from src/asm
  • wladca.com - game com file file generated from processed data files (graph, music, sound) and sources from src/asm

Running generated game file (example):

dist

generated wladca.com and wladca.atr

tool

util programs

Contact

email: old8bitpl@gmail.com