public void PlayAgainstComputer() { Player humanPlayer = new HumanPlayer("Player1"); PlayGame(humanPlayer, _player); }