-
Notifications
You must be signed in to change notification settings - Fork 0
/
gameData.json
58 lines (58 loc) · 2 KB
/
gameData.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
{
"title": "Light Within The Darkness",
"byLine": "Beware of the things unseen in the dark",
"bannerTitleURI": "assets/images/webContent/Rain-Logo.gif",
"bannerWideURI": "assets/images/LWtD_Title.PNG",
"markdownURI": "README.md",
"media": [
{
"title": "IUGS Trailer",
"vimeoID": "408414488",
"alt": "Light Within The Darkness Intel University Games Showcase Trailer"
}, {
"title": "Screenshot 1",
"link": "assets/images/webContent/Bookshelf.jpeg",
"alt": "Screenshot of library bookshelf"
}, {
"title": "Screenshot 2",
"link": "assets/images/webContent/Creature.jpeg",
"alt": "Screenshot of creature interaction"
}, {
"title": "Screenshot 3",
"link": "assets/images/webContent/Doorway.jpeg",
"alt": "Screenshot of doorway passage"
}, {
"title": "Screenshot 4",
"link": "assets/images/webContent/Fireplace.jpeg",
"alt": "Screenshot of fireplace room"
}, {
"title": "Screenshot 5",
"link": "assets/images/webContent/Tracing.jpeg",
"alt": "Screenshot of ritual tracing"
}, {
"title": "Long Arms Monster",
"link": "assets/images/LongArmsBoi_FrontView.png",
"alt": "Monster sprite"
}, {
"title": "Maya Rendered Conservatory",
"link": "assets/images/webContent/Conservatory-Render.jpeg",
"alt": "3d rendered conservatory"
}, {
"title": "Hand painted over conservatory",
"link": "assets/images/webContent/Conservatory-Overpaint.jpeg",
"alt": "The hand painted-over conservatory"
}, {
"title": "Maya Rendered Library",
"link": "assets/images/webContent/Library-Render.jpeg",
"alt": "3d rendered library"
}, {
"title": "Hand painted over library",
"link": "assets/images/webContent/Library-Overpaint.jpeg",
"alt": "The hand painted over library"
}, {
"title": "Source Code Evolution",
"vimeoID": "378641963",
"alt": "gource visualization of the changes in the source code"
}
]
}