-
Notifications
You must be signed in to change notification settings - Fork 19
/
showcase.json
70 lines (69 loc) · 1.98 KB
/
showcase.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"steam": [
{
"image": "img/dune.jpg",
"title": "Dune: Spice Wars",
"author": "Shiro Games",
"platforms": ["win"],
"url": "http://store.steampowered.com/app/1605220"
},
{
"image": "img/wartales.jpg",
"title": "Wartales",
"author": "Shiro Games",
"platforms": ["win"],
"url": "http://store.steampowered.com/app/1527950"
},
{
"image": "img/deadcells/deadcells.jpg",
"title": "Dead Cells",
"author": "Motion Twin",
"platforms": ["win","mac","linux","switch","xbox","ps4"],
"url": "http://store.steampowered.com/app/588650"
},
{
"image": "img/northgard/northgard.png",
"title": "Northgard",
"author": "Shiro Games",
"platforms": ["win","mac","linux","switch","xbox","ps4"],
"url": "http://store.steampowered.com/app/466560"
},
{
"image": "img/evoland2/evoland2.jpg",
"title": "Evoland 2",
"author": "Shiro Games",
"platforms": ["win","mac","linux"],
"url": "http://store.steampowered.com/app/359310"
},
{
"image": "img/evoland2/evoland1.jpg",
"title": "Evoland",
"author": "Shiro Games",
"platforms": ["win","mac","linux","android","ios"],
"url": "http://store.steampowered.com/app/233470"
}
],
"web": [
{
"image": "img/web/aaf6.png",
"title": "Jonathan The Sorcerer",
"author": "ncannasse",
"url": "https://ldjam.com/events/ludum-dare/40/jonathan-the-sorcerer",
"sourceUrl": "https://github.com/ncannasse/ld40"
},
{
"image": "img/web/c6a5.png",
"title": "Cats are assholes",
"author": "deepnight",
"url": "https://ldjam.com/events/ludum-dare/40/cats-are-assholes",
"sourceUrl": "https://github.com/deepnight/ld40-catsAreAssholes"
},
{
"image": "img/web/c29d.jpg",
"title": "For Better or For Worse",
"author": "Kiuun (@kiuun), valandre (@valandre) *, emak (@emak), MrBulldops (@mrbulldops), and looping (@looping)",
"url": "https://ldjam.com/events/ludum-dare/40/for-better-or-for-worse",
"sourceUrl": "http://retrofusion.fr/LD40/src.zip"
}
]
}