TheKingsRace/websiteData/gameInfo.json
2021-11-07 12:15:50 -06:00

27 lines
897 B
JSON

{
"key": "theKingsRace",
"courseID": "Loken / King's Race Dev",
"title": "The King's Race",
"engine": "Unity",
"engineVersion": "2020.3.19",
"buildPlatforms": ["win64", "macOS"],
"descriptionMarkdownURI": "websiteData/description.md",
"pageExtras": [
{ "key": "instructions", "title": "How to Play", "markdownURI": "websiteData/instructions.md" },
{ "key": "requirements", "title": "Hardware Requirements", "markdownURI": "websiteData/requirements.md" }
],
"socialLinks": [
{ "title": "Web Site", "href": "" },
{ "title": "Facebook", "href": "" },
{ "title": "Twitter", "href": "" },
{ "title": "Instagram", "href": "" },
{ "title": "Snapchat", "href": "" }
],
"repo": {
"type": "github",
"viewURI": "https://github.com/Lautha1/TheKingsRace",
"cloneURI": "https://github.com/Lautha1/TheKingsRace.git",
"evolutionVideo": ""
}
}