RKnybel / Water-Wall

A Tetris clone written in Python with Pygame
5 stars 1 forks source link

Combos/scoring #5

Closed RKnybel closed 4 years ago

RKnybel commented 4 years ago

Do not add points for simply placing a piece Add combos or bonus points for:

Create some cool visual effect for when points are added

RKnybel commented 4 years ago

Added score calculations for soft and hard drop as well as improving the bigtext screen. Removed scoring for simply placing blocks

2 points per cell for soft drops 5 points per cell for hard drops 20 * numLines ^ 2 points for lines