A WarioWare Culture Quizz minigames to play with friends
Return to lobby (replay without recreating the room): - lobby:return (host): reset to lobby, scores to 0, keep players + tracks - client: end screen has "Rejouer" (host) + "Quitter"; store clears transient game state whenever the room goes back to lobby Contributor has nothing to input: - round:start carries a private `mine: true` to the contributor only (via RoundStart.secretPlayerId targeted emit); they're excluded from eligible voters. Client shows a "fais-les se tromper" card instead of the vote form. Editable track submission: - submitTrack ack returns trackId + youtubeId; new blindtest:removeTrack - lobby shows submitted tracks as cards (YouTube thumbnail + title) with delete Verified e2e (3 players): add/remove, private mine flag, return-to-lobby reset. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| apps | ||
| packages | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| ARCHITECTURE.md | ||
| bun.lock | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| turbo.json | ||
shadcn/ui monorepo template
This is a Vite monorepo template with shadcn/ui.
Adding components
To add components to your app, run the following command at the root of your web app:
pnpm dlx shadcn@latest add button -c apps/web
This will place the ui components in the packages/ui/src/components directory.
Using components
To use the components in your app, import them from the ui package.
import { Button } from "@workspace/ui/components/button";