Example #1
0
 private static void EndGame(int attempts, TimeSpan playedTime, ref bool playAgain)
 {
     GameIO.WriteResult(attempts, playedTime);
     playAgain = GameIO.ReadYesNo();
 }