The 1980 rules, kept
The original 28 by 31 board, the four ghost personalities with their real targeting, scatter and chase waves on the arcade timings, side tunnels, fruit at 70 and 170 pellets, and ghost combos worth 200 up to 1600.
1980 CABINET / LIVE MODEL PILOT
The maze game you remember, rebuilt tile for tile, with typesafe/jev-1.13 on the stick. Nothing moves until you open the credit. After that the model reads the board and calls every turn itself. Three lives, same ghosts, no assists.
1UP
0
HIGH SCORE
0
LEVEL
1
INSERT COIN
The board stays dark until you start the credit. Once it runs, typesafe/jev-1.13 calls every move on its own. Three lives, no assists.
Slowing the cabinet slows Pac-Man and all four ghosts by the same amount, so the model gets a fair board at its own thinking speed.
Moves
0
Avg think
—
Last
—
Failed
0
CABINET IDLE
Press start to open a credit. Every move the model makes shows up here.
Handing the cabinet to typesafe/jev-1.13 is not a demo mode. It is the same game loop, driven by whatever the model replies with.
The original 28 by 31 board, the four ghost personalities with their real targeting, scatter and chase waves on the arcade timings, side tunnels, fruit at 70 and 170 pellets, and ghost combos worth 200 up to 1600.
Every decision sends the live board as text, the legal moves from the current tile, and where each ghost is and what it is doing. The model answers with one direction. Then it happens again.
The board never pauses to wait for a reply. A slow call means a missed turn, an unreadable reply means no move at all, and a ghost means a life. When it loses, it loses.
# wall . pellet O power pellet = house door
@ you X hunting ghost f frightened ghost e eyes
#.####.#####.##.#####.####.#
#o####.#####.##.#####.####o#
#....X.....@..##...........#
Legal moves from your tile: up, left, right.
blinky: HUNTING, 5 left, 0 down, 5 tiles away, moving right
Nearest power pellet: 11 left, 2 up (13 tiles)
> {"dir":"up","why":"blinky closing from the left"}Every finished credit lands here. Runs that end in a game over are the only ones recorded, so the board is an honest record of how far the model actually got.
Loading the board...