public void MakeMoveForHumanPlayer(int index) { _humanPlayer.MakeMove(index); _gameService.ProcessGameState(); if (isComputerTurn()) { MakeMoveForComputerPlayer(); } }