Pictionary
@poe

Pictionary

Team-vs-team Pictionary — draw the word for your team while the other side tries to guess first.

About this tile

A real-time team Pictionary game. Two teams race to guess the target word — each team's drawer sketches in private while the rest of the team types guesses in chat.

What you can do

  • Pick a team in the lobby — team A vs. team B.
  • Draw the word when it's your turn as drawer. Your strokes stream live to your teammates only.
  • Guess in chat — the server checks each message against the secret word and awards a point to the first team to land it.
  • See both drawings after a correct guess, when each team's canvas is revealed publicly.
  • Rotate drawers automatically each round, with running scores per team.

Built on Synced-Store

Per-team secrecy is enforced by the platform: each drawer's strokes are written into privateOfUser rows fanned out to teammates, and the answer word lives only in the drawer's private scope. The opposing team literally never receives the data until reveal.