Example #1
0
        public List <string> ScoreStrings(Game game)
        {
            List <string> strings = Score.GameScoreList(game.GetScores()).Select(Score.ScoreStringHuman).ToList();

            return((game.IsOver()) ? Helper.RemoveLast(strings) : strings);
        }