20.2.4 Handle Bottom Collision
This method describes what to do if a block hits the pile. Four simple statements are
needed:
- Call the changeFocusBlock method.
- Check whether rows can be removed from the Pile.
- Pass the number of deleted lines (the result of the previous line) to the
Score object.
- check if the game is over with the the checkLoss method.