-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.json
More file actions
40 lines (40 loc) · 1.15 KB
/
Copy pathgames.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
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
36
37
38
39
40
{
"contract_version": "1.0",
"games": [
{
"id": "bingo-reversible",
"name": "Bingo Réversible",
"repository": "seb16120/bingo-reversible",
"public_url": "https://seb16120.github.io/bingo-reversible/",
"integration_status": "not-started"
},
{
"id": "elite-pixel-art",
"name": "Elite Pixel Art",
"repository": "seb16120/Elite-Pixel-Art",
"public_url": "https://seb16120.github.io/Elite-Pixel-Art/",
"integration_status": "server-validation-ready"
},
{
"id": "lucky-21",
"name": "Lucky 21",
"repository": "seb16120/Lucky-21",
"public_url": "https://seb16120.github.io/Lucky-21/",
"integration_status": "not-started"
},
{
"id": "exit-strategy-3",
"name": "Exit Strategy 3",
"repository": "seb16120/Exit-Strategy-3",
"public_url": "https://seb16120.github.io/Exit-Strategy-3/",
"integration_status": "not-started"
},
{
"id": "otrio",
"name": "Otrio",
"repository": "seb16120/otrio-web",
"public_url": "https://seb16120.github.io/otrio-web/",
"integration_status": "not-started"
}
]
}