A web app for playing Pictionary with a physical whiteboard. The drawer sees the words on their device while the audience sees the timer and scores on a separate screen.
- Team Management - Add 2-8 teams
- Custom Word Lists - Upload a text file with your own words (one per line)
- Configurable Timer - Set round time (30-180 seconds)
- Sound Effects - Audio cues for correct guesses, timer countdown, and round end
- Audience View - Separate window showing timer and scores (no words visible)
- Live Sync - Audience view updates in real-time when words are guessed correctly
- Open
index.htmlin a browser - Add team names
- Upload a word list file (
.txtwith one word per line) - Click "Open Audience View" to launch a separate window for spectators
- Click "Start Game"
- Each round:
- The drawer sees the word on their screen
- They draw on a physical whiteboard
- Their team guesses
- Click "Correct!" when guessed (word is revealed to audience)
- Click "Skip Word" to move to the next word
- Click "End Round" to pass to the next team early
- Team with the most points wins!
Create a .txt file with one word per line:
elephant
pizza
dancing
rocket
butterfly
- Vanilla HTML/CSS/JavaScript
- No dependencies or server required
- BroadcastChannel API for syncing between windows
MIT
