lobby:start WS handler — broadcast first question #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context
When the host clicks Start Game, the server initializes game state and sends the first question.
Files to change
apps/api/src/ws/handlers/gameHandlers.ts— new file.Behavior
game:questionwith first question to all players.Acceptance criteria
Notes
Question format matches
GameQuestionfrompackages/shared(questionId, prompt, gloss, options). Correct answer NOT sent to clients.