-
Notifications
You must be signed in to change notification settings - Fork 3
/
info.json
58 lines (58 loc) · 1.29 KB
/
info.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
{
"schemaVersion": 2,
"title": "Jet Pac",
"description": "Arduboy clone of the classic ZX Spectrum game 'Jet Pac'.",
"author": "Mike McRoberts",
"version": "1.0",
"date": "2013-01-31",
"genre": "Action",
"publisher": "Mike McRoberts",
"idea": "Mike McRoberts",
"code": "Mike McRoberts",
"art": "Mike McRoberts",
"sound": "Mike McRoberts",
"url": "https://github.com/thearduinoguy/ArduBoyJetPack",
"sourceUrl": "https://github.com/thearduinoguy/ArduBoyJetPack",
"email": "[email protected]",
"banner": "JETPACBANNER.png",
"screenshots": [
{
"title": "Screenshot 1",
"filename": "screenshot1.png"
},
{
"title": "Screenshot 2",
"filename": "screenshot2.png"
}
],
"binaries": [
{
"title": "Jet Pac",
"filename": "firmware.hex",
"device": "Arduboy"
}
],
"buttons": [
{
"control": "Left",
"action": "Walk or fly left"
},
{
"control": "Right",
"action": "Walk or fly right"
},
{
"control": "Up or A",
"action": "Fire Jet Pac Thrusters"
},
{
"control": "Down or B",
"action": "Fire Lasers"
}
],
"eeprom": {
"variable": false,
"start": 512,
"end": 515
}
}