Esempio n. 1
0
 /// <summary>
 /// Returns true if all tiles were uncovered.
 /// </summary>
 /// <returns>Bool true/false if game was/wasn't successful</returns>
 public bool IsGameSuccessful( )
 {
     return(_view.AllUncoveredSuccessfully( ));
 }