public void RenderOtherPlayersBoard() { Console.WriteLine(RenderBoard(gameController.GetOpponentPlayer().GetPersonalBoard())); }