GameService: question sequence + server timer #42
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 a lobby game starts, the server generates questions and manages the per-question timer. Timer behavior varies by game mode.
Files to create/change
apps/api/src/services/multiplayerGameService.ts— new file.gameService.tsfor question generation.Timer behavior per mode
Acceptance criteria
Notes
Existing
gameService.tshandles question generation and answer evaluation. Multiplayer version wraps it with timing and coordination. Seedocumentation/game-modes.md.