diff --git a/game.go b/game.go index 2fbdc23..2de213e 100644 --- a/game.go +++ b/game.go @@ -105,7 +105,7 @@ func maybePassBaton(t *team) { } func won(b bot, s state) bool { - return b.pos == steps + return b.pos >= steps } func gameOver(s state) bool {