Frequently Asked Questions

How do I gain points?
For each block you get points with the following formula:

min(0, ((8000ms - blockInGame())/100ms) + 5 * (2 + level() - showNext() - showGrid())

You also gain additional points for completing lines:

One Row 100 points
Two Rows 200 points + 20 * tetrisCount
Three Rows 400 points + 40 * tetrisCount
Tetris 800 points + 80 * tetrisCount
TetrisCount increases with each Tetris you complete but is set to 0 when you complete a single row.