calbri / TetrisAVR

CSSE2010 Assignment - Good copy
1 stars 0 forks source link

Move Block Right #2

Closed calbri closed 8 years ago

calbri commented 8 years ago

The provided program will only move the falling block to the left. You must complete the move_block_right() function in file blocks.c. This function must not allow the block to move off the board area.

calbri commented 8 years ago

Implemented in scrollRight and merged.