summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 2b0310f..aa63aac 100644
--- a/main.go
+++ b/main.go
@@ -55,6 +55,7 @@ func game(numSecs, numPlayers int) {
// effectively plays the role of a "done" channel here.
t := time.Tick(time.Duration(numSecs) * time.Second)
+ // Start the game.
players[0] <- Ball{}
loop: