A puzzle game for the WASM-4 fantasy console.
Maybe it's simplest to run it on your browser.
-
An alternative hosting on my GitHub pages
-
A development snapshot for testing
WASM-4 Gamepad button | Operation |
---|---|
UP DOWN RIGHT LEFT |
Move the current player |
X |
Toggle players |
Z + UP |
Give up and reset the stage |
Z + DOWN |
Undo a move |
Z + RIGHT |
Move to the next stage (hold to move faster) |
Z + LEFT |
Move to the previous stage (hold to move faster) |
The game progress is automatically saved and restored.
In 1994, I've written the original version of this game. It was in x86 assembler for the NEC PC-9800 series.
In 2024, I found it in one of my MO disks and ported it to the WASM-4 fantasy console.
-
Please write comments.
-
Please document your domain-specific compression format for the stage data.
-
I couldn't even figure out what "LAD" stands for.