aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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