forked from mark-rolich/MemoryGame.js
-
Notifications
You must be signed in to change notification settings - Fork 4
/
MemoryGameData_Smurfs.json
50 lines (50 loc) · 1.54 KB
/
MemoryGameData_Smurfs.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
{
"labels": {
"instructions": "Click the cards to reveal <strong>{{requiredMatches}}</strong> matches",
"stats": "You've found all matches in <strong>{{clicks}}</strong> clicks with <strong>{{sucessPercent}}%</strong> efficiency",
"victory": "You Win !"
},
"pics": [
"http://bluebuddies.com/ubb/Avatars/Papa_Smurf_Walking_Smiling.jpg",
"http://bluebuddies.com/ubb/Avatars/Lazy_Smurf_Lying_on_Back.jpg",
"http://bluebuddies.com/help/jpg/Handy_Smurf.jpg",
"http://bluebuddies.com/help/jpg/BrainySmurf.jpg",
"http://bluebuddies.com/ubb/Avatars/Harmony_Smurf.jpg",
"http://bluebuddies.com/help/jpg/Painter_Smurf.jpg",
"http://bluebuddies.com/help/jpg/Hefty_Smurf.jpg",
"http://bluebuddies.com/help/jpg/Vanity_Smurf.jpg",
"http://bluebuddies.com/ubb/Avatars/Jokey_Smurf.jpg",
"http://bluebuddies.com/help/jpg/Smurfette.jpg",
"http://bluebuddies.com/ubb/Avatars/Poet_Smurf.jpg",
"http://bluebuddies.com/help/jpg/GrouchySmurf.jpg",
"http://bluebuddies.com/help/jpg/Baker_Smurf.jpg",
"http://bluebuddies.com/ubb/Avatars/Smurf_Running_with_Cake.jpg"
],
"cardDimensions": {
"unit": "vh",
"gutter": 1,
"height": 15,
"width": 15
},
"lvls": {
"easy": {
"rows": 4,
"cols": 5,
"requiredMatches": 2,
"keptRevealed": 1
},
"medium": {
"rows": 4,
"cols": 6,
"requiredMatches": 3,
"keptRevealed": 2
},
"hard": {
"rows": 4,
"cols": 7,
"requiredMatches": 2,
"keptRevealed": 0,
"panicMode": true
}
}
}