config.json 510 B

1234567891011121314151617181920212223242526
  1. {
  2. "authors": [
  3. "MichaelBunker"
  4. ],
  5. "contributors": [
  6. "arueckauer",
  7. "kunicmarko20",
  8. "kytrinyx",
  9. "petemcfarlane",
  10. "mk-mxp"
  11. ],
  12. "files": {
  13. "solution": [
  14. "ScrabbleScore.php"
  15. ],
  16. "test": [
  17. "ScrabbleScoreTest.php"
  18. ],
  19. "example": [
  20. ".meta/example.php"
  21. ]
  22. },
  23. "blurb": "Given a word, compute the Scrabble score for that word.",
  24. "source": "Inspired by the Extreme Startup game",
  25. "source_url": "https://github.com/rchatley/extreme_startup"
  26. }