Short version: these games have no accounts, no logins, and no tracking. The only thing stored is whatever you type into a game so the other players can see it.
What is stored
- Game state. The player names you type, the votes or cards played, and the game's progress. This is saved to a hosted database (Supabase) so everyone sharing your game code sees the same game.
- The game code. A short random code that identifies your game.
Use nicknames rather than full names if you would rather not put real names in. Anyone who has your game code can see that game's contents, so treat the invite link as shareable.
What is not stored
- No accounts, email addresses, or passwords.
- No cookies, and no analytics or tracking scripts.
- No payment details — the games are free.
Other services
- GitHub Pages hosts these pages and keeps standard server logs, which include visitor IP addresses. See the GitHub Privacy Statement.
- Google Fonts serves the typefaces, so Google receives your IP address when a page loads. See the Google Privacy Policy.
Keeping and deleting game data
Old games are cleared out periodically. If you want a specific game deleted sooner, get in touch with the code and it will be removed.
Children
These games are made for general audiences and are not directed at children under 13. No personal information is knowingly collected from them.
Changes
If what these pages collect changes — for example if advertising is added later — this page will be updated before that happens.
Last updated: 29 August 2026.