An implementation of the VIC-20 game Blitz in Sinclair BASIC using a modern toolchain.
MSX font courtesy of https://www.jimblimey.com/blog/24-zx-spectrum-fonts/
Pasmo (https://pasmo.speccy.org/pasmodoc.html) assembles the Z80 file main.asm into a .tap file
zmakebas (https://github.com/z00m128/zmakebas) converts the Sinclair BASIC text file main.zxb into a .tap file, which also loads the Z80 .tap file.
make.bat builds the .taps and appends to each other, creating a single .tap file that can be used with a ZX Spectrum emulator. To build from powershell enter & .\make.bat from the root directory.