exercism/dart/high-scores
2023-04-06 11:35:43 -05:00
..
.dart_tool Learning Dart 2023-04-06 11:35:43 -05:00
.exercism Learning Dart 2023-04-06 11:35:43 -05:00
lib Learning Dart 2023-04-06 11:35:43 -05:00
test Learning Dart 2023-04-06 11:35:43 -05:00
analysis_options.yaml Learning Dart 2023-04-06 11:35:43 -05:00
HELP.md Learning Dart 2023-04-06 11:35:43 -05:00
pubspec.lock Learning Dart 2023-04-06 11:35:43 -05:00
pubspec.yaml Learning Dart 2023-04-06 11:35:43 -05:00
README.md Learning Dart 2023-04-06 11:35:43 -05:00

High Scores

Welcome to High Scores on Exercism's Dart Track. If you need help running the tests or submitting your code, check out HELP.md.

Instructions

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 most 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.

Source

Created by

  • @Stargator

Contributed to by

  • @kytrinyx

Based on

Tribute to the eighties' arcade game Frogger