You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were a slew of new tests for methods that were not previously
a part of the API of the class.
None of the methods are mentioned in the instructions for the exercise,
and they also don't seem very interesting, so I didn't bring them in.
When regenerating the test suite, the tests for the #latest_is_personal_best?
method got removed. I deleted the corresponding code in the sample
solution, but kotp mentioned that this bit of code provides a
good avenue for digging deeper with some students, so I put it back.
I've now created a custom inclusion for these tests so they get added
to the test suite when regenerating it.
Copy file name to clipboardExpand all lines: exercises/practice/high-scores/.docs/instructions.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,5 @@
2
2
3
3
Manage a game player's High Score list.
4
4
5
-
Your task is to build a high-score component of the classic Frogger game, one of the highest selling and addictive games of all time, and a classic of the arcade era. Your task is to write methods that return the highest score from the list, the last added score and the three highest scores.
5
+
Your task is to build a high-score component of the classic Frogger game, one of the highest selling and most addictive games of all time, and a classic of the arcade era.
6
+
Your task is to write methods that return the highest score from the list, the last added score and the three highest scores.
0 commit comments