Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 558 Bytes

File metadata and controls

25 lines (15 loc) · 558 Bytes

High Scores

Manage a game player's High Score list.

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.

Requirements

Install assignment dependencies:

$ yarn

Making the test suite pass

Execute the tests with:

$ yarn test

Source

Tribute to the eighties' arcade game Frogger