calbri / TetrisAVR

CSSE2010 Assignment - Good copy
1 stars 0 forks source link

Clear Completed Rows #5

Closed calbri closed 8 years ago

calbri commented 8 years ago

Every time a row is completed (i.e. there is a solid row of blocks across the board) the row should be removed and the blocks above should drop down. Complete the function check_for_completed_rows() in file game.c. If the same block completes multiple rows then this must be handled. This is the most difficult of the Level 1 features.