Exemple #1
0
 // Saves the current game to a file
 public string ExportBoard()
 {
     return(Export.ParseDataFromBoard(_board));
 }
        /* Helper methods */

        public override string ToString()
        {
            return(String.Format("<{0}> BoardSize:{1} Board:\n{2}", GetType(), GetBoardSize(), Export.ParseDataFromBoard(this)));
        }