aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--game.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.go b/game.go
index 159722e..3b85a79 100644
--- a/game.go
+++ b/game.go
@@ -625,7 +625,7 @@ func (g *Game) worldString(s *Session) string {
pos := player.Pos
strWorld[pos.RoundX()+1][pos.RoundY()+1] = colorizer(string(player.Marker))
- // Make the rainbow of trail colors to cycle over
+ // Make the rainbow of trail colors to cycle over
trailColorizers := make([](func(...interface{}) string), len(player.WinStreak)+1)
trailColorizers[0] = colorizer
for i, winColor := range player.WinStreak {
Un proyecto texto-plano.xyz