Closed calbri closed 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.
Implemented in scrollRight and merged.
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.