Home
A fast paced action game for the ZX81 Evade the falling debris and avoid getting caught by the ghost. screenshotscreenshot
Controls: O,P left, right Q,A up, down SPACE drop bomb on next move Bombs destroy falling debris and paralyze the ghost for a while.. You get a new bomb every 100 points, up to a maximum of 10. Every 1000 points adds an extra life, of while you have 3 at the start of the game. debris.fp
The source code, reproduced below. The SUPERFLY[3] compiler and suitable Z80 assembler is needed. Zasm[1] or pasmo[2] should work. To compile the code, enter % superfly-zx81 -I<SUPERFLYDIR>/include debris.fp -o debris.asm % zasm --reqcolon debris.asm -o debris.p Or, for pasmo: % pasmo debris.asm debris.p (Warnings about unused labels can be safely ignored) The program has been tested with the sz81[4] emulator but should generally work with all decent ZX81 emulators that support the 16k model. debris.p
Precompiled program, directly executable (SHA-1: 89304014d0f18709c207b815546f2e4459ac7097) References: [1] zasm
[2] pasmo
[3] SUPERFLY
[4] sz81