Matches {{ currentMatch ? ('#'+(currentGame.currentMatchIndex+1)+' / '+currentGame.matches.length) : 'Not started' }}
NOW / NEXT / SOON timeline. Viewer is read-only.
No matches yet.
Waiting for admin to generate matchesβ¦
{{ i===0 ? 'NOW' : (i===1 ? 'NEXT' : 'SOON') }}
Match
{{ teamNames(m.teamA) }}
VS
{{ teamNames(m.teamB) }}
Score: {{ m.scoreA }} - {{ m.scoreB }}
Live
Ranking auto-updated
Scoring logic:
Americano/Mexicano = points from match score; Fair mode = W/D/L points.
| Name | M | W | L | D | Pts |
|---|---|---|---|---|---|
|
{{p.name}}
(REST)
|
{{p.played}} | {{p.wins}} | {{p.losses}} | {{p.draws}} | {{p.points}} |
Ready when you are
Admin generates matches. Viewers see live scores + schedule (synced by room).
{{ teamNames(t==='A'?currentMatch.teamA:currentMatch.teamB) }}
{{ t==='A'?currentMatch.scoreA:currentMatch.scoreB }}
{{ isAdmin ? 'Tap score to +1' : 'Live view' }}
Total: {{ (currentMatch.scoreA + currentMatch.scoreB) }} / {{ currentGame.maxScore }}