From 16f8079f83bf770038c71e88b17b83ca6b17edbd Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Mon, 14 Sep 2020 09:48:09 +0200 Subject: make scores for clearing lines higher and worthwile --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 14f63a4..26ffd17 100644 --- a/main.go +++ b/main.go @@ -156,7 +156,7 @@ func main() { l, f = f.Lines() // count and remove full lines if l > 0 { linescleared += l - score += level * l * l + score += 40 * level * l * l } fmt.Print("\033[2J") // Clear screen b, p = b.Pick() // ... and pick a new piece from the bag -- cgit v1.2.3-70-g09d2