Example #1
0
 public void PrintGame(int score, int time)
 {
     Console.Clear();
     outputView.ShowStats(score, time);
     outputView.PrintGame();
     outputView.ShowControls();
 }