Zmachine on a Raspberry PI Pico

I ported a Z-Machine to a Raspberry PI Pico. It’s a super low-end and low-cost microcontroller. It has no operating system.

When powering on, it shows the title screen in ~1 second.
It plugs in to a VGA monitor and a PS/2 keyboard. It’s instant text adventure.
Save and restore work using in game commands (one slot per game) and it uses the built-in flash memory. Effectively, it’s a text adventure appliance.

Anyone writing IF with Z-Machine code still?

5 Likes

Many, in fact! Two of the most popular systems for parser development (Inform and Dialog) compile to Z-machine out of the box. Most often, nowadays, people target post-Infocom versions of the machine (for the sake of having enough RAM), but there are also efforts such as PunyInform to fit games into early Z-machine versions for the sake of retro hardware.

2 Likes

Writing a Z-Machine/PunyInform game (sequel to Duck! Me?) right now.

2 Likes

Amazing work.

1 Like

I’ve open sourced the project here.

ebadger/BadgerFrotz: Frotz Z-machine ported to a Raspberry PI Pico designed to run on the ebadger LodeRunner platform (github.com)

Eric

3 Likes