nerdware/apps/server/src
AyoubBenziza 2fce63530b feat(quiz): show per-player answer status during the round
- voteAck now carries `voted` (playerIds who validated) — never their answer,
  so no leak; the count/total stay for the progress text
- PlayerCards show a green "Prêt" check for players who answered and a
  pulsing "en attente" dot for those who haven't, during in_round only
- score stays visible on the cards alongside the status
- engine test updated for the new voteAck shape

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 10:30:03 +02:00
..
game feat(quiz): show per-player answer status during the round 2026-06-09 10:30:03 +02:00
env.ts feat(shared,server): scaffold @nerdware/shared types + Fastify/Socket.IO server 2026-06-08 14:55:52 +02:00
handlers.ts feat(server): generic game engine — GameRound interface + orchestration loop 2026-06-08 15:29:49 +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
rooms.ts feat(server): generic game engine — GameRound interface + orchestration loop 2026-06-08 15:29:49 +02:00
socket.ts feat(server,web): first real-time cycle — room create/join + lobby 2026-06-08 15:16:26 +02:00