diff options
| author | demo <demo@antix1> | 2026-05-25 10:30:31 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-25 10:30:31 -0400 |
| commit | 0824152fce405d1e615360ae148b2e061527647e (patch) | |
| tree | f9fd63dadf20cce0689258e1ee25967147d3ab99 | |
| parent | a7c887d263cffe80b65971dfefeab60c464eebe4 (diff) | |
docs: indicate where in the code the game startsmaster
| -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: |
