Blinking those horizontal lines to be cleared

  1. Modify your previous TETRIS program. Since you know which line to print out a mark "->" besides it, we want to show it in a more advanced way - blink the line before we clear it.
  2. To make it looks like "blinking", actually we simply turn all the cells in the horizontal line to become white, and then turn them to be black.
    WHITE BLACK