@poe
Image Telephone
Multiplayer broken-telephone with AI images. Describe a picture, the next player's words get drawn again.
About this tile
A multiplayer game of broken telephone, played with AI-generated images. Someone types a prompt, the next person describes the image, the next person's words get drawn again — see how far it drifts by the final reveal.
What you can do
- Join the lobby and ready up. When everyone's ready, the turn order is shuffled and the game starts.
- Take the first turn by typing an initial prompt from scratch.
- Describe the image you're shown on subsequent turns — the description goes to an image model, which generates the next picture in the chain.
- See the full chain at the reveal phase, alternating between text and generated image at every step.
- Start a new round from the reveal screen — everyone re-readies and turn order reshuffles.
Built on Synced-Store
In-progress turns are kept in privateOfUser and serverOnly tables so no one can peek at the chain mid-game. The image generation runs in the active player's browser via the Poe bot API, with their pending text persisted across refreshes.