diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |