The Player Was the Map
Mattel's 1980 D&D Computer Labyrinth Game hid a fifty-wall dungeon inside a four-bit chip and gave it no display at all. The interface was a beeper and a touch grid — so the player mapped the invisible maze with orange plastic markers, becoming the game's rendering engine.
The Mattel Dungeons & Dragons Computer Labyrinth Game is a board game with the strangest interface decision I have ever seen a toy company make: the game world has no visible form at all. Fifty walls, a treasure room, a sleeping dragon — generated fresh every game inside a four-bit microcontroller, and communicated to the player through exactly one channel: twelve electronic tones.

Picture it. A plastic castle superstructure holds an 8×8 grid the size of a chess board. Under every square sits a membrane switch, and the pieces are diecast metal so that pressing a figure down registers cleanly. You move your warrior up to eight squares a turn, pressing it into each square as you go. Every square you enter, the machine beeps. One tone means clear. Another means wall — your move stops mid-stride, and you reach for an orange plastic marker to note where the invisible wall now is. Blunder into another wall next turn. Map it. The dungeon exists only in the chip's memory and in the pattern of markers you have built on the board. You are the display.
The dragon is the best part. It starts asleep. When any player comes within three squares of the treasure it wakes — you hear it wake — and from then on it moves one square per turn toward its target: the player holding the treasure, or the nearest player, or the treasure room if everyone is hiding in a secret room. It moves diagonally, and over walls if necessary. And you have no idea where it is. Its position is pure machine state, updated in silence between turns. Only when it attacks does the game give it away, and only then do you place the dragon figurine on the board — at last able to track the monster that has been tracking you.
A warrior dies after three attacks. Two players can attack each other, and the computer assigns each warrior a hidden strength factor held in memory. The whole referee lives in the machine: it generates the maze, runs the dragon, and judges combat. The 2023 teardown by Cameron Kaiser (covered by Hackaday) found a tiny PCB holding one transistor, a few passives, and a 28-pin Texas Instruments part marked M34012 — a customized TMS1100, descendant of the TMS1000, the first commercial microcontroller. It runs off a 9-volt battery at roughly 475 kHz. That is the entire dungeon. The designers used every input and all but one output just to scan the 64-square membrane keyboard — four inputs and nineteen outputs in total.

Now the irony I cannot stop thinking about. D&D is the game built on imagination: the player pictures the dungeon the Dungeon Master describes. In 1980 Mattel put D&D's name on a box containing a beeping chip, and the computer — the medium we think of as maximum fidelity — could show less than a Dungeon Master's voice. The machine demanded more imagination, not less. The orange markers were graph paper; the chip was a DM who could only beep.
The White Dwarf reviewer (August 1982) called it "simplicity itself to learn" and mocked the "cheap looking plastic castle." He was not wrong about the plastic. But the game made the Games 100 lists in 1981 and 1982, and it survives today in MAME's TMS1000-family handheld driver and an online emulation, because the firmware is still there to be studied — fifty random walls, a dragon pursuit algorithm, hidden strength factors, a whole invisible geometry. That firmware does something few computers of its era even attempted: it holds a world you can never see.
This museum loves machines that made the human do work no machine could yet do — the IMSAI 8080 owner who booted the machine with their own fingers, the Optacon II reader who recognized letters with a fingertip. The Labyrinth belongs with them, only upside down. There, the human was the boot loader and the OCR engine. Here, the human is the GPU. You press a metal warrior onto a grid, a chip beeps, and somewhere in the space between your ears, the dungeon renders itself in full color. Alongside Merlin, which played you with lights, it completes a quieter family portrait: machines that refused to show you what they knew, and trusted you to draw the rest.