Placing a piece awards score according to the following formula:
points = 4 + (2 * level) + row number of top of piece
The bottom row is number 1. If the piece was dropped manually, the position before dropping is used, so for a high score the player should drop as soon as possible.
If piece preview is enabled at the time a piece is placed, a 25% penalty is assessed: (both divisions are rounded down)
points with preview on = floor(points / 2) + floor(points / 4)
No additional points are awarded for line clears.
External Links
Download the TSR utility DivEFix v2.0 to fix divide overflow errors when running the game on a modern PC.