29 lines
517 B
JSON
29 lines
517 B
JSON
{
|
|
"authors": [
|
|
"edwin0258"
|
|
],
|
|
"contributors": [
|
|
"bkhl",
|
|
"budmc29",
|
|
"glennj",
|
|
"guygastineau",
|
|
"IsaacG",
|
|
"kotp",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"scrabble_score.sh"
|
|
],
|
|
"test": [
|
|
"scrabble_score.bats"
|
|
],
|
|
"example": [
|
|
".meta/example.sh"
|
|
]
|
|
},
|
|
"blurb": "Given a word, compute the Scrabble score for that word.",
|
|
"source": "Inspired by the Extreme Startup game",
|
|
"source_url": "https://github.com/rchatley/extreme_startup"
|
|
}
|