Example #1
0
 public static void OutputBoard(Game game)
 {
     Console.WriteLine(game.TilesToString());
 }