nerdware/apps/web
AyoubBenziza 1727b84644 feat: rebus game mode
New "Rébus" mode: guess the geek work from an emoji puzzle (free-text answer,
tolerant matching). Implemented as a quiz format `rebus` — reuses the whole quiz
machinery (pool, anti-repeat, speed scoring, recap, bots, back-office):

- shared: QuizFormat/GameType/MixMode + RoundConfig.pool gain "rebus"
- server: rebus is a text format; pool composes a rebus sub-pool (not filtered by
  category); ~9 seeded emoji rebus in the in-code bank; admin accepts the format
- client: lobby tile + sub-mode + count; big centered emoji display in the round;
  dedicated transition theme (🧩 RÉBUS); FR/EN strings; back-office form option

Verified e2e: a rebus game serves only rebus rounds with emoji prompts and the
recap shows the right answers. typecheck/lint/build/24 tests green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 14:46:31 +02:00
..
src feat: rebus game mode 2026-07-06 14:46:31 +02:00
.env.example feat(web): optional Umami analytics (env-driven) 2026-06-15 08:40:35 +02:00
components.json feat: initial commit 2026-06-07 18:45:52 +02:00
Dockerfile feat(web): optional Umami analytics (env-driven) 2026-06-15 08:40:35 +02:00
eslint.config.js feat: initial commit 2026-06-07 18:45:52 +02:00
index.html feat: "Images" as a distinct mode, refined lobby settings, upload button, app title 2026-06-10 23:31:30 +02:00
nginx.conf chore(release): 0.1.0 — Dokploy deployment, docs, versioning 2026-06-11 20:33:02 +02:00
package.json chore(release): 0.1.3 2026-06-15 09:20:44 +02:00
tsconfig.app.json refactor(web): generate DiceBear avatars locally instead of via HTTP API 2026-06-09 10:58:23 +02:00
tsconfig.json feat: initial commit 2026-06-07 18:45:52 +02:00
tsconfig.node.json feat: initial commit 2026-06-07 18:45:52 +02:00
vite.config.ts feat(web): "What's new" patch notes modal 2026-06-15 09:17:52 +02:00