feature/bots #15
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/bots"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- server-side bot players (isBot): host adds/removes them in the lobby (lobby:addBot / lobby:removeBot), capped at 8 players - bots auto-vote each round: GameRound.botAnswer generates a plausible answer (quiz ~50% right, blindtest guesses a random player / title); engine schedules the votes within the answer window and triggers early end when all have voted - bots are never DJ (pickDj excludes them) and are excluded from the blindtest track-submission gate (they don't submit) - snapshot players carry `bot`; lobby shows a 🤖 marker + add/remove controls Verified e2e: 2 bots added, they vote, game ends with all 3 players scored and rounds end early. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>