* Indicates whether the current player wins by playing a given column. * This function should never be called on a non-playable column. * @param col: 0-based index of a playable column. * @return true if current player makes an alignment by playing the corresponding column col. */