{{define "content" -}} {{with .Data}}
| Seat | Player | Score | Hints used | Winner | Robot |
|---|---|---|---|---|---|
| {{.Seat}} | {{.DisplayName}} | {{.Score}} | {{.HintsUsed}} | {{if .Winner}}winner{{end}} | {{if .IsRobot}}🤖 {{.RobotIntent}}{{if .NextMove}} next move {{.NextMove}}{{end}}{{end}} |
Play-to-win is decided once per game from the bag seed; robots play to win in ~{{.RobotTargetPct}}% of games.
{{end}}