nerdware/apps/server/src/game/modes/quiz
AyoubBenziza 42a36fc442 feat: blindtest needs 2 real players + bot difficulty setting
- blindtest is only available with >=3 players AND >=2 humans (a bot can't be DJ):
  lobby gate + tooltips updated, and server game:start rejects otherwise
- new botDifficulty setting (easy/normal/hard) drives how often bots answer
  correctly (quiz + blindtest who-added / title-artist); host picks it in the
  lobby when at least one bot is present

Verified e2e: blindtest start rejected with 1 human + 2 bots (NEED_THREE).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 18:03:03 +02:00
..
index.ts feat(quiz): quiz game mode end-to-end (server mode + playable client UI) 2026-06-08 15:43:17 +02:00
pool.ts feat: category filter in lobby settings 2026-06-11 15:37:33 +02:00
questions.ts feat(quiz): image_reveal format (progressive blur) end-to-end 2026-06-10 21:41:34 +02:00
quiz-round.test.ts feat: mixed games by default, free-text quiz, mode-aware transitions 2026-06-10 13:41:29 +02:00
quiz-round.ts feat: blindtest needs 2 real players + bot difficulty setting 2026-06-11 18:03:03 +02:00