aboutsummaryrefslogtreecommitdiff
path: root/logic/score.go
diff options
context:
space:
mode:
Diffstat (limited to 'logic/score.go')
-rw-r--r--logic/score.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/score.go b/logic/score.go
index d65bb7c..816e0ab 100644
--- a/logic/score.go
+++ b/logic/score.go
@@ -68,6 +68,7 @@ func (s Score) String() string {
str += fmt.Sprintf("Bonus: %d\n\n", s.bonus())
}
}
+ str += fmt.Sprintf("Total: %d\n", s.Score())
return str
}