Esempio n. 1
0
 public int[] GetScore()
 /// Turns all the scores from the score card into one array for the player. Uses GetScore method from
 /// scorecard class. Same for Human and AI.
 {
     return(score.GetScore());
 }