calbri / TetrisAVR

CSSE2010 Assignment - Good copy
1 stars 0 forks source link

Scoring2 #15 #43

Closed P0ntiff closed 8 years ago

P0ntiff commented 8 years ago

additional scoring features: • If a block is dropped from height then 1 + the number of rows dropped must be added to the score. • If multiple (n) rows are completed by the same block then 100 x n2 must be added to score. (This is instead of 100 per completed row.)