# V2 Real-Time Player Count Dashboard

`@v2/realtime-player-count-dashboard` builds the Phase 72.5.2.1 operational
dashboard surface for concurrent players by region, game mode, and platform.

The package consumes segment samples, keeps only the latest sample per
region/mode/platform segment, computes the current total, emits region,
game-mode, and platform breakdowns, and labels the feed as `fresh`, `stale`, or
`empty`.

Targeted verification:

```bash
pnpm --filter @v2/realtime-player-count-dashboard run typecheck
pnpm --filter @v2/realtime-player-count-dashboard run test
python V2/ue/Tools/check-v2-realtime-player-count-dashboard.py
```
