/// <summary> /// Draws the board to the console in text. /// </summary> /// <returns>A string representation of the game board.</returns> public string ViewBoard() { return(Board.DrawBoard()); }