stk.json 949 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "comment": "A racing game using a bunch of Free Software mascots as characters.",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Racing Game",
  7. "Karting Game"
  8. ],
  9. "interface": [],
  10. "issues": [],
  11. "languages": [
  12. "C++",
  13. "AngelScript"
  14. ],
  15. "licenses": [
  16. "GPL-3.0-or-later"
  17. ],
  18. "links": {
  19. "git": "https://github.com/supertuxkart/stk-code",
  20. "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Logo_de_SuperTuxKart.png/120px-Logo_de_SuperTuxKart.png",
  21. "website": "https://supertuxkart.net/Main_Page"
  22. },
  23. "names": [
  24. "SuperTuxKart",
  25. "TuxKart",
  26. "Super Tux Kart",
  27. "STK"
  28. ],
  29. "networks_read": [
  30. "STK"
  31. ],
  32. "networks_write": [
  33. "STK"
  34. ],
  35. "platforms": [
  36. "GNU/Linux",
  37. "Windows",
  38. "Android",
  39. "macOS",
  40. "Switch"
  41. ]
  42. }