A puzzle game for the WASM-4 fantasy console.
Maybe it's simplest to run it on your browser.
-
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) |
You can use the mouse (or maybe screen tap on phone-like devices) for some of operations.
| Left click / tap on | Operation |
|---|---|
| An empty location | Move to the location if possible |
| The current player | Switch to the next player |
| An object next to the current player | Push it |
| The other player (not next to you) | Switch to the player |
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.