diff options
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
