{
"blurb": "Given a word, compute the Scrabble score for that word.",
"authors": [
"LegalizeAdulthood"
],
"contributors": [
"cyborgsphinx",
"drewbs",
"elyashiv",
"jackhughesweb",
"KevinWMatthews",
"kytrinyx",
"patricksjackson"
],
"files": {
"solution": [
"scrabble_score.cpp",
"scrabble_score.h"
],
"test": [
"scrabble_score_test.cpp"
],
"example": [
".meta/example.cpp",
".meta/example.h"
]
},
"source": "Inspired by the Extreme Startup game",
"source_url": "https://github.com/rchatley/extreme_startup"
}