Add generation and sending of game-specific data.

This commit is contained in:
Patrick Fairbank
2018-04-11 23:26:36 -07:00
parent 423baf992c
commit 0c475b0a20
18 changed files with 228 additions and 67 deletions

View File

@@ -34,6 +34,7 @@ type Match struct {
Status string
StartedAt time.Time
Winner string
GameSpecificData string
}
var ElimRoundNames = map[int]string{1: "F", 2: "SF", 4: "QF", 8: "EF"}