1234567891011121314151617181920212223242526 |
- {
- "authors": [
- "MichaelBunker"
- ],
- "contributors": [
- "arueckauer",
- "kunicmarko20",
- "kytrinyx",
- "petemcfarlane",
- "mk-mxp"
- ],
- "files": {
- "solution": [
- "ScrabbleScore.php"
- ],
- "test": [
- "ScrabbleScoreTest.php"
- ],
- "example": [
- ".meta/example.php"
- ]
- },
- "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"
- }
|