public void play() { deck.shuffleDeck(); initHands(); while (computerStatus && humanStatus) { computerTurn(); humanTurn(); statusCheck(); } }