예제 #1
0
 public bool HasGameFinished()
 {
     return(grid.All(IsClosed));
 }