Adding some intricacies to ComputerPlayer. Defining m_dropped field which is
used during a race condition w.r.t. user drops and system drops. The method
run_dropBlock() now takes a boolean input parameter, 'isBlockTouchingBottom'.
The changes made here are purely theoretical and have not been tested. About
to do that. Compiles successfully though.