Details
Description
When the Tetrix example runs, a full line of blocks will remove itself and any other lines below.
The root cause is the code removes the lowest line as it would be the full line found. This led to a continuous full-line-finding and removing the lowest line repeatedly until the full line is removed.