mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-03-21 17:24:45 -05:00
Incorporated build website data into repo
This commit is contained in:
parent
a47550e85b
commit
ab3357b7ee
2
websiteData/description.md
Normal file
2
websiteData/description.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
## The Kings Race
|
||||
Game description.
|
||||
26
websiteData/gameInfo.json
Normal file
26
websiteData/gameInfo.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"key": "theKingsRace",
|
||||
"courseID": "Loken / Kings Race Dev",
|
||||
"title": "The Kings 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": ""
|
||||
}
|
||||
}
|
||||
3
websiteData/instructions.md
Normal file
3
websiteData/instructions.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
No instructions provided.
|
||||
|
||||
*Note: This game is in active development and these instructions may be out of date. Refer to any in-game controls and menus for the latest info.*
|
||||
6
websiteData/requirements.md
Normal file
6
websiteData/requirements.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
This game has not established hardware requirements yet. Here are the minimum specs recommended by the game engine:
|
||||
|
||||
#### Minimum Specs
|
||||
- 64bit OS (Windows 7 SP1+ / MacOS 10.12+)
|
||||
- 8GB system ram
|
||||
- DirectX 10 / Shader Model 4.0 capable GPU
|
||||
Loading…
Reference in New Issue
Block a user