예제 #1
0
 public bool HasCompletedARow()
 {
     return(Wall.Any(row => row.All(tile => tile.Placed)));
 }