exercism/dart/high-scores/.exercism/config.json

22 lines
370 B
JSON

{
"authors": [
"Stargator"
],
"contributors": [
"kytrinyx"
],
"files": {
"solution": [
"lib/high_scores.dart"
],
"test": [
"test/high_scores_test.dart"
],
"example": [
".meta/lib/example.dart"
]
},
"blurb": "Manage a player's High Score list.",
"source": "Tribute to the eighties' arcade game Frogger"
}