From 0824152fce405d1e615360ae148b2e061527647e Mon Sep 17 00:00:00 2001 From: demo Date: Mon, 25 May 2026 10:30:31 -0400 Subject: docs: indicate where in the code the game starts --- main.go | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3