コード例 #1
0
 public bool IsGameTied(IGrid grid)
 {
     return grid.All(t => t.Content != TileContent.Empty);
 }