@poe
Scribbl.io
Real-time multiplayer draw-and-guess party game. One player draws, everyone else races to guess in chat.
About this tile
A real-time multiplayer drawing-and-guessing party game. One player draws, everyone else races to guess the word in chat.
What you can do
- Take turns as the drawer — the game rotates through online players each round.
- Pick from three words at the start of your turn; only you see the answer.
- Draw with live strokes that appear on every other player's screen as you move your pointer.
- Guess in chat before time runs out — the server checks each message and awards the first correct guesser.
- Skip an offline drawer when their heartbeat goes stale, so a disconnected player can't stall the game.
Built on Synced-Store
The drawer's word lives in a server-only table and is mirrored into the drawer's private scope, so other players can't read it from their local store. Live strokes stream through a dedicated liveStroke table that's overwritten on every frame, then committed to the durable strokes table on pointerup.
Open source
Scribbl-io ships with its source bundle public — fork it as a starting point for your own turn-based party game.