-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
35 lines (35 loc) · 955 Bytes
/
data.json
File metadata and controls
35 lines (35 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"categories": ["Action", "RPG", "Adventure", "Simulation", "Strategy"],
"games": [
{
"name": "The Legend of Zelda: Tears of the Kingdom",
"requestFileLink": "YOUR_GOOGLE_DOCS_REQUEST_FILE_LINK_HERE",
"category": "Adventure"
},
{
"name": "Elden Ring",
"requestFileLink": "YOUR_GOOGLE_DOCS_REQUEST_FILE_LINK_HERE",
"category": "RPG"
},
{
"name": "Stardew Valley",
"requestFileLink": "YOUR_GOOGLE_DOCS_REQUEST_FILE_LINK_HERE",
"category": "Simulation"
},
{
"name": "Baldur's Gate 3",
"requestFileLink": "YOUR_GOOGLE_DOCS_REQUEST_FILE_LINK_HERE",
"category": "RPG"
},
{
"name": "Factorio",
"requestFileLink": "YOUR_GOOGLE_DOCS_REQUEST_FILE_LINK_HERE",
"category": "Strategy"
},
{
"name": "Hollow Knight",
"requestFileLink": "YOUR_GOOGLE_DOCS_REQUEST_FILE_LINK_HERE",
"category": "Action"
}
]
}