veloren.json 784 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "comment": "A voxelated RPG game.",
  3. "formats_read": [],
  4. "formats_write": [],
  5. "generic_name": [
  6. "Open World Game",
  7. "Voxel Game",
  8. "Role Playing Game",
  9. "Survival Game",
  10. "Third Person Game",
  11. "First Person Game"
  12. ],
  13. "interface": [],
  14. "issues": [],
  15. "languages": [
  16. "Rust"
  17. ],
  18. "licenses": [
  19. "GPL-3.0-or-later"
  20. ],
  21. "links": {
  22. "git": "https://gitlab.com/veloren/veloren",
  23. "icon": "https://veloren.net/processed_images/logo.02fa03cf3cbdeed1.png",
  24. "website": "https://veloren.net/"
  25. },
  26. "names": [
  27. "Veloren"
  28. ],
  29. "networks_read": [],
  30. "networks_write": [],
  31. "platforms": [
  32. "GNU/Linux",
  33. "Windows",
  34. "macOS"
  35. ]
  36. }