Psychobabble

in progress

A multiplayer magnetic-poetry party game, revamped from PopCap's old Flash game.

gamemultiplayerwebsocketstypescript

Psychobabble is a loving revamp of Psychobabble, the old PopCap Flash game where players raced to build the funniest sentence out of magnetic-poetry-style word tiles. This is an independent fan project, built from scratch, and is not affiliated with, endorsed by, or connected to PopCap Games or Electronic Arts.

What it does

Players join a shared room and get a tray of word magnets. Each round, everyone composes the best (usually the funniest) line they can from the words on hand before the clock runs out, then the room votes on the results. Rooms run in real time over WebSockets, so everyone sees the tray and the countdown together.

It leans into the retro throwback feel of the original — the aesthetic and the format are the point, not a modern reinvention of the genre.

Stack

TypeScript throughout, Vite for the client, and a small Node WebSocket server for real-time room state. Nothing fancier than it needs to be: rooms, a shared tray, a timer, and a vote.

Status

Early-stage prototype — playable, but rough and unfinished. Expect missing features and the occasional broken round while it’s being built out. Solo playtesting is possible by filling empty seats with bots.